.h1-section-welcome {
  color: orange;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font: 500;
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
}

.info-game {
  text-align: center;
  color: black;
}

.carousel-my {
  max-width: 700px;
  max-height: 700px;
  margin-left: 320px;
}

body {
  background-color: white;
}

.a {
  color: black;
  text-decoration: none;
  font-size: 24px;
  position: relative;
  transition: color 0.3s ease;
  text-align: center;
  align-items: center;
}

.a:hover {
  color: #00d1ff;
}

.a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #00d1ff;
  transition: width 0.3s ease;
}

.a:hover::after {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .a {
    margin-left: 500px;
  }
  .carousel-my {
    margin-left: 700px;
  }
  .info-game {
    margin-left: 500px;
  }
}
.h1-section-welcome-info {
  -webkit-text-decoration: #00d1ff;
          text-decoration: #00d1ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
}

#demo {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}

.countdown-section {
  max-width: 500px;
  background-color: #5f6a6a;
  border-radius: 10px;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: white;
}

.update-section-first {
  max-width: 350px;
  margin-bottom: -290px;
  margin-left: -15px;
  text-align: center;
}

.update-section-h1 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */