* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(-45deg, #a03033, #202528, #127dc2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
  background-color: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mainContainer {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.titleContainer {
  padding: 10vh 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.logo {
  height: 7vh;
}
.circle {
  position: relative;
  width: 30vh;
  height: 30vh;
  margin: 0 5vh;
}

.circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.e-c-base {
  fill: none;
  stroke: #ddd;
  stroke-width: 8px;
}

.e-c-progress {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 8px;
  stroke-dasharray: 0 1000;
  transition: stroke-dasharray 1s ease-out;
}

.display-remain-time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7vh;
  font-weight: bold;
  color: #fff;
}
.display-description {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vh;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
}

.partnerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 3vh;
}
.parnerLogo {
  height: 15vh;
  margin: 0 10vh;
}
.spanLogo {
  height: 11vh;
  margin: 0 10vh;
}

.h1 {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 5vh;
  display: block;
}

.h2 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 3vh;
  font-weight: 500;
  display: block;
}

/*! style.css v1.0 | Copyright © 2022 Allan */

*,
*:after,
*:before {
  box-sizing: inherit;
}

#main {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#year {
  color: white;
  line-height: 3vh;
  font-weight: bold;
}

.firework {
  position: absolute;
}

#firework-1 {
  top: 0%;
  right: 0%;
}

#firework-2 {
  bottom: 0%;
  left: 0%;
  transform: scale(1.2);
}

#firework-2 .explosion:before {
  animation: explosion 2s 0.7s ease-in-out infinite;
  background-color: cyan;
}

.explosion {
  width: 0.1vh;
  height: 10vh;
  overflow: hidden;
  position: absolute;
  transform-origin: 50% 100%;
}

.explosion:before {
  top: 100%;
  left: 0;
  right: 0;
  height: 30px;
  content: "";
  position: absolute;
  animation: explosion 2s ease-in-out infinite;
  background-color: yellow;
}

.explosion:nth-child(1) {
  transform: rotate(0deg) translateY(-15px);
}

.explosion:nth-child(2) {
  transform: rotate(30deg) translateY(-15px);
}

.explosion:nth-child(3) {
  transform: rotate(60deg) translateY(-15px);
}

.explosion:nth-child(4) {
  transform: rotate(90deg) translateY(-15px);
}

.explosion:nth-child(5) {
  transform: rotate(120deg) translateY(-15px);
}

.explosion:nth-child(6) {
  transform: rotate(150deg) translateY(-15px);
}

.explosion:nth-child(7) {
  transform: rotate(180deg) translateY(-15px);
}

.explosion:nth-child(8) {
  transform: rotate(210deg) translateY(-15px);
}

.explosion:nth-child(9) {
  transform: rotate(240deg) translateY(-15px);
}

.explosion:nth-child(10) {
  transform: rotate(270deg) translateY(-15px);
}

.explosion:nth-child(11) {
  transform: rotate(300deg) translateY(-15px);
}

.explosion:nth-child(12) {
  transform: rotate(330deg) translateY(-15px);
}

@keyframes explosion {
  0% {
    top: 100%;
  }
  33%,
  100% {
    top: -50%;
  }
}

.link {
  width: 40vh;
  height: 40vh;
  display: inline-block;
  font: 300 2vh/1vh "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1175vh;
  word-spacing: 0.3vh;
  text-decoration: none;
}
.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #f7f7f7;
  stroke: #f7f7f7;
  stroke-width: 0.05vh;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.link__cloud {
  transform-origin: center;
  animation: rotate normal infinite 60s linear;
  fill: rgba(255, 255, 255, 0.15);
}
.link__face,
.link__arrow {
  transform-origin: center;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.link:hover .link__face,
.link:hover .link__arrow {
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
  stroke-width: 0.05vh;
}
.link__text {
  animation: rotateReverse normal infinite 20s linear;
  transform-origin: center;
}
.link:hover .link__text {
  animation-play-state: paused;
}
.link--alt {
  font-size: 1.15vh;
  letter-spacing: 0;
  word-spacing: 0;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}
