@font-face{
  font-family:seth;
  src:url('TitilliumWeb-ExtraLight.ttf');
}
body{
 max-width:99%;
}

*{
  box-sizing:border-box;

}
.yay{
  position:fixed;
  top:11vh;
  right:0;
  color:crimson;
  background:black;
  padding:2vw 4vh;
  z-index:1;
  width:70%;
}
.yay a{
  padding:3vh 4vw;
  border-bottom:0.3vw solid red;
  font-size:4vw;
}
.rmv{
  width:30%;
  border-radius:10vw;
  background:black;
  top:68vh;
  right:10%;
  padding:5vh 5vw;
  width:10%;
  font-size:4vw;
}
.nav{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#223986;
  color:white;
  font-family:seth;
  font-size:5vw;
  font-weight:300;
    box-sizing:border-box;
}
span{
  float:right;
  margin-right:2vw;
}
.body{
  position:absolute;
  top:15vh;
  left:0;
  width:98%;

  color:white;
  font-family:seth;
  font-size:5vw;
  font-weight:300;
  
  align-content:center;
  display:flex;
  justify-content:center;
    box-sizing:border-box;
  
}

.nav h3{
  margin-left:3vw;
  font-size:6vw;
}
.games h3{
  font-size:5vw;
}
.body input{
  width:80%;
  margin:auto;
  border:0.3vw solid darkgray;
  padding:2vw;
  box-sizing:border-box;
  

}
#inp{
  border:0.3vw solid gray;
}
.games{
  margin:auto;
  justify-self:center;
  align-self:center;
}

form input{
  font-family:seth;
  margin-left:3vw;
  padding:2vw;
}
.body img{
  
  box-sizing:border-box;
  width:5%;
  
  float:left;
  position:relative;
  right:21%;
  
}
.svg{
  box-sizing:border-box;
  width:1vw;
  
  
  position:relative;
  left:17%;
}
.games{
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:98%;
  position:absolute;
  top:30vh;
  font-family:seth;
  text-align:center;
  margin:auto;
  align-self:center;
}
.game{
  width:95%;
  border:0.3vw solid #454545;
  border-radius:5vw;
  height:auto;
  margin-bottom:4vw;
  background:#DCE9FD;
  background:#454545;
  background:#2c60E4;
  background:#4F4F4F;
}
.game img{
  width:100%;
  height:34vh;
  border-radius:5vw;
  aspect-ratio:1/1;
  object-fit:cover;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  
}
.game h3{
  text-align:left;
  margin-left:3vw;
  color:white;
  font-size:3.7vw;
}
.game h4{
    text-align:left;
  margin-left:3vw;
  color:darkgray;
  font-size:3vw;
}
.rel{
  float:right;
  margin-right:3vw;
  right:0;
  max-width:40%;
}
.plat{
  max-width:55%;
}
.name{
  width:70%;
}
.rate{
  float:right;
  margin-right:5vw;
  right:0;
  font-size:3vw;
  
}
#wave {
  display:none;
}
@media (min-width:1024px){
   .games{
     width:98%;
     margin:auto;
     display:flex;
     flex-direction:row;
     flex-wrap:wrap;
     gap:2vw;
     align-content:left;
     padding:1vw;
   }
   .game{
     width:47%;
     border:0.2vw solid darkgray;
   }
   
   .game:hover{
     
     box-shadow:;
   }
   .game img{
     width:100%;
     height:28vh;
     aspect-ratio:1/1;
     object-fit:cover;
     
   }
   .game h3{
     font-size:2.6vw;
   }
   .game h4{
     font-size:2vw;
   }
   
   #inp{
     border:0.2vw solid darkgray;
     font-size:3vw;
   }
   button{
     font-size:3vw;
     padding:2vw;
   }
   .nav h3{
     font-size:4vw;
   }
   #wave{
     position:absolute;
     top:22vh;
     z-index:1;
     text-align:center;
     left:42%;
     font-size:3vw;
     font-family:seth;
     display:inline-block;
   }
}
@media (min-width:1280px){
   .games{
     width:98%;
     margin:auto;
     display:flex;
     flex-direction:row;
     flex-wrap:wrap;
     gap:2vw;
     align-content:left;
     padding:1vw;
   }
   .game{
     width:31%;
     border:0.2vw solid darkgray;
   }
   
   .game:hover{
     
     box-shadow:;
   }
   .game img{
     width:100%;
     height:53vh;
     aspect-ratio:1/1;
     object-fit:cover;
     
   }
   .games{
     top:45vh;
     width:98%;
   }
   .game h3{
     font-size:1.6vw;
   }
   .game h4{
     font-size:1vw;
   }
   
   #inp{
     border:0.2vw solid darkgray;
     font-size:1.7vw;
     padding:0.5vw;
   }
   button{
     font-size:1.5vw;
     padding:0.6vw;
   }
   .body img{
     width:2%;
     right:15%;
   }
   .nav{
     
   }
   .nav h3{
     font-size:2vw;
   }
   .body{
     position:absolute;
     top:18vh;
   }
   #wave{
     position:absolute;
     top:23vh;
     z-index:1;
     text-align:center;
     left:42%;
     font-size:3vw;
     font-family:seth;
     display:inline-block;
   }
}