.search_games {
  width: 1000px;
  margin: 0 auto;

  border-radius: 100px 100px 100px 100px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0px 48px;
 
}
.maintop {
    min-height: calc(100vh - 260px);
}
.search_games input {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  width: 80%;
}

.searchrr {
  width: 1000px;
  margin: 0 auto;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .search_games,
  .searchrr {
    width: 95%;
  }
      header {
      
        padding-top: 10px;
    }
}
@media (max-width: 750px) {
  .search_games {
    padding: 8px 24px;
  }
  .search_games input {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
  .searchrr {
    font-size: 16px;
    line-height: 20px;
  }
    
}
@media (max-width: 345px) {
    .search_games input {
       
      
        width: 70%;
    }
}
