.width {
  max-width: 1140px;
  margin: auto;
  padding: 20px;
}

.text-primary {
  color: var(--primary);
}

.link {
  position: relative;
  z-index: 2;

  text-align: center;
  text-decoration: none;
  background-color: #DF0044;
  border-radius: 13px;
  padding: 2rem;
  margin: auto;

  letter-spacing: 2px;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  border-radius: 13px;
  text-transform: uppercase;

  transition: all 0.4s;
}

.link:hover {
  background-color: var(--background-link);
}

.countdown {
  font-size: 10em;
  color: yellow;
  margin: auto;
  text-align: center;
}

.countdown span {
  color: yellow;
}

#Whatsapp {
  position: fixed;
  right: 70px;
  bottom: 70px;
}

#Whatsapp a {
  background-color: #19e457;
  padding: 15px;
  border-radius: 50%;
  transform: scale(1.4);
  display: block;

  display: grid;
  place-content: center;
}

#Whatsapp a svg {
  fill: white;

  font-size: 24px;
}

@media (max-width: 900px) {
  #Whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
}
