
  body{
    width: 130vh;
    margin: 0 auto;
    background-size: 100%;
    background: linear-gradient(to bottom, #555, #111);
    font-family: monospace;
    color: #c2c2c2;
    font-size: 2vh;
  }
  .page{
    background-color: #222;
    padding-right: 2vh;
    padding-left: 2vh;
  }
  .buttons{
    margin: auto 24vw;
    display: flex;
    height: 6vh;
    width: 10vh;
    flex-direction: row;
    font-size: 4vh;
    margin-bottom: -2vh;
  }
  .top-buttons{
    border-radius: 0 0 1vh 1vh;
    box-shadow: 0 1vh 2vh#111;
    border:#111;
    background-color: #222;
    color:#c2c2c2;
    font-size: 2vh;
    width: 10vh;
  }
  .top-buttons:hover{
    background: linear-gradient(to top, #a1a1a1, #222);
    color: #222;
  }
  .bottom-buttons{
    background-color: #222;
    box-shadow: 0 -1vh 2vh#111;
    font-size: 2vh;
    color:#c2c2c2;
    border-radius: 2vh 2vh 0 0;
    width: 10vh;
  }
  .bottom-buttons:hover{
    background: linear-gradient(to bottom, #a1a1a1, #222);
    color: #222;
  }
  .footer{
    bottom: 0;
    box-shadow: 0 0 2vh #111;
    height: 10vh;
    margin-left: -2vh;
    width: 103.2%;
    font-size: 3vh;
  
  }
  button{
    height: 4vh;
    width: 6vh;
    border: none;
    margin-left: 0.5vh;
    margin-right: 0.5vh;
    background-color: #a1a1a1;
  }
  h1{
    width: 60%;
    margin-left: 1.5vh;
    align-content: center;
    margin-right: 40vh;
    font-size: 3.2vh;
  }
  h2{
    width: 100vh;
    margin-right: 10vh;
    padding: 2vh;
  }
  .main-info{
    display: flex;
    flex-direction: row;
  }
  .donates{
    padding-top: -5vh;
    align-content: center;
    color: #111;
    border-radius: 4%;
    padding-left: 2vh;
    line-height: 150%;
    height: 30vh;
    width: 60vh;
    background: linear-gradient(to top, #a1a1a1, #c2c2c2);
  }
  .sternenko{
    display: flex;
    flex-direction: column;
  }
  .top{
    margin-bottom: 3vh;
    margin-top: 3vh;
    margin-left: -2vh;
    display: flex;
    flex-direction: row;
    height: 10vh;
    width: 103.2%;
    box-shadow: 0 0 2vh black;
  }
  #place{
    width: 120vmin;
    height: 90vmin;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vh;
    display: block;
    background-color: #333;
    margin-top: 0;
  }
  #bottom{
    height: 20vh;
    width: 120vmin;
    background-color: #333;
    margin: auto auto;
    margin-bottom: 3vh;
    font-size: 3vh;
  }
  .rules{
    margin-left: 5%;
    display: grid;
    height: 10vh;
    grid-template-columns: repeat(5, 22vh);
    grid-template-rows: repeat(2, 5vh);
  }
  iframe{
    width: 120vmin;
    height: 90vmin;
    border-width : 0px;
  }

  @media(max-width:768px){
    body{
      width: 100%;
      font-size: 1.5vh;
    }
    #place{
      width: 80%;
      height: 40vh;
    }
    #bottom{
      width: 0;
      height: 0;
    }
    h1{
      width: 40%;
      font-size: 2.5vh;
      margin-right: 10vh;
    }
    .page{
      height: 600px;
      width: 100vw;
    }
    .top-buttons{
      margin-left: 0;
    }
    .top{
      margin-right: 0;
    }
    .footer{
      position: fixed;
      align-content: center;
      padding-left: 10%;
      font-size: 2vh;
    }
  }
