  body {
    background-color: lightgreen;
  }
  .Fimochi {
    width: 90px;
    height: 90px;

  }
  .yt-channel {
    background-color:red;
    color:white;
    border: none;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border-style: dotted;
    cursor: pointer;
    transition: background-color 0.7s, color 0.7s;
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-self: center;
  }
  .yt-channel:hover {
    background-color: white;
    color: red;
  }
  .yt-logo {
    width: 180px;
    height: 90px;
  }
  .scratch {
    background-color:orange;
    color:white;
    border: none;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border-style: dotted;
    cursor: pointer;
    transition: background-color 0.7s, color 0.7s;
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-self: center;
  }
  .itch {
    background-color:darkgreen;
    color:white;
    border: none;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border-style: ridge;
    cursor: pointer;
    transition: background-color 0.7s, color 0.7s;
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-self: center;
  }
  .scratch:hover {
    background-color: white;
    color: orange;
  }
  
  .button-text {
    font-size: 20px;
    text-align: center;
  }
  .button-text-2 {
    font-size: 30px;
    text-align: center;
  }
  .head {
    font-size: 90px;
    text-align: center
  }
  .default-text {
    font-size: 30px;
    text-align: center;
  }
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .Nav-html {
    font-size: 25px;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .Fim-Nav {
    position: absolute;
    top: 1%;
    left: 1%;
  }
  .apk-download {
    background-color: yellow;
    color: black;
    border: none;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border-style: double;
    cursor: pointer;
    transition: background-color 0.7s, color 0.7s;
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-self: center;
  }

  .apk-download:hover {
    background-color: black;
    color: yellow;
  }
  
  .app-logo {
    border: none;
    border-radius: 10px;
    border-color: black;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
  }