<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
   padding-top: 24px;
      min-height: calc(100vh - 180px);
}

.search_games {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(131, 178, 147, 0.5);
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #fecd44;
  display: flex;
  justify-content: space-between;
  padding: 12px 48px;

}

.search_games input {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #467e59 !important;
  line-height: 30px;
  width: 90%;
}

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

@media (max-width: 1100px) {
  .search_games,
  .searchrr {
    width: 95%;
  }
}
@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;
  }
}
</pre></body></html>