body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: aqua;
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

#sec-5742 {
  background-image: url('images/2023-09-16_16.54.49.jpg');
  background-size:cover;
  background-position: bottom;
  width: auto;
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error {
  color:red;
}

.transparent-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff4b;
  text-align: center;
  padding: 10px 0;
  z-index: 10;
  display: flex; 
  justify-content: flex-end;
  align-items: center;
}

.green-background {
  width: 125px;
  display: flex; 
  background-color: green;
  padding: 5px;
  border-radius: 5px; 
  margin-right: 10px;
  color: green;
}


.bot {
  font-size: 16px;
  color: white;
  margin-left: 7.5px;
}

.transparent-header img {
  width: 48px;
  height: 48px;
  margin-left: 2px;
  margin-right: 2px;
}

#sec-5742 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec-5742 form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-1-title {
  font-size: 96px;
  color: white;
  margin-top: 60px;
  margin-bottom: 2px;
}

.section-1-subtitle {
  font-size: 24px;
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
}

.section-1-input {
  width: 180px;
  height: 35px;
  background-color: rgba(245, 179, 179, 0);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

.search-link {
  background-color: aqua; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 3px;
  width: 80px;
  height: 40px; 
}

.search-link:hover {
  background-color: aqua(187, 100%, 50%); 
}

.section-2 {
  background-color: #333333;
  padding: 20px;
  width: auto;
}

.lbtitle {
  text-align: center;
  font-size: 58px;
  margin-bottom: 50px;
  color:white;
}

.leaderboard-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.leaderboard-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lbbox {
  height: 490px;
  width: 290px;
  background-color: white;
  border: 5px solid white;
  border-radius: 15px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.about-section-1 {
  background-color: #333333;
  padding: 20px;
  width: auto;
  min-height: 100vh     
}


.about-subtitle {
  color:white;
  font-size: 24px;
  text-align: center;
}

.about-title {
  margin-top: 100px;
  text-align: center;
  font-size: 96px;
  color: white;
  text-align: center;
}

.about-transparent-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff4b;
  background-image: url('images/2023-09-16_16.54.49.jpg');
  text-align: center;
  padding: 10px 0;
  z-index: 10;
  display: flex; 
  justify-content: flex-end;
  align-items: center;
}

.about-transparent-header img {
  width: 48px;
  height: 48px;
  margin-left: 2px;
  margin-right: 2px;
}


@media (max-width: 1024px) {
  .leaderboard-row {
    justify-content: space-between; /* Adjust alignment for smaller screens */
  }
}

@media (max-width: 768px) {
  .lbbox {
    width: calc(50% - 20px); /* Two columns on tablets */
    margin: 10px; /* Adjust margin for better spacing on smaller screens */
  }
}

@media (max-width: 480px) {
  .lbbox {
    width: calc(100% - 20px); /* Single column on mobile */
    margin: 10px 0; /* Adjust margin for better spacing on smaller screens */
  }

  .leaderboard-row {
    justify-content: center; /* Center items on smaller screens */
  }
}


.lbbox h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}

.duration select {
  width: 80%;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
}

#sec-aedf {
  text-align: center;
}