.supportLink {
  color: rgb(58, 213, 154);
}

/* =========== Timer =========== */
#timer {
  font-size: 3rem;
  border: solid 3px #4c326b;
  border-radius: 9px;
  text-align: center;
  margin-top: 2rem;
}
#time-unit {
  background-image: linear-gradient(rgb(58, 213, 154), rgb(24, 121, 132));
  color: transparent;
  font-weight: bold;
  background-clip: text;
  font-size: 2rem;
}
/* =============Main ================== */
.coming {
  margin-top: 0;
  font-size: 1.2rem;
  text-align: center;
}
#jan15 {
  color: #e9c46a;
  font-size: 1.5rem;
}

#capy-cover {
  display: block;
  max-width: 22rem;
  width: 97%;
  height: auto;
  margin: 2rem auto 1rem auto;
}

#pre-order {
  text-align: center;
  display: inline-block;
  margin-left: 0.5rem;
}

main h2 {
  margin-top: 3rem;
}

.requirements {
  background-image: linear-gradient(rgb(58, 213, 154), rgb(24, 121, 132));
  color: transparent;
  background-clip: text;
  font-weight: bold;
}

/* =========== Slideshow =========== */
/* Slideshow container */
.slideshow-container {
  width: 100%;
  max-width: 40rem;
  position: relative;
  margin: 0 auto;
}

/* Hide the images by default */
.game-slides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/6) */
.numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The bottom dots indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#dot-center {
  text-align: center;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.game-slides img {
  width: 100%;
  height: auto;
}
