body {
  margin: 0;
  padding: 0;
}

header {
  padding: 0.5rem 1rem;
  box-shadow: 0px 8px 16px 0px #00000026;
  align-content: center;
}

.content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 12rem;
  color: #2A2A2A;
  font-family: DM Sans;
}

.content h1,
.content .timer {
  color: #2A2A2A;
  font-weight: 700;
}

.content h1 {
  font-size: 40px;
  line-height: 56px;
}

.content p {
  color: #707070;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}

.content .not-redirected {
  margin-top: 1rem;
}

.content a {
  color: #0DBA4B;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .content {
    flex-direction: column-reverse;
    padding: 2rem;
    text-align: center;
  }
  .content h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .content p,
  .content a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .image-container img {
    width: 250px;
    height: 250px;
  }

  header {
    background-image: url(../images/activate/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    width: 100%;
    height: 64px;
    padding: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .logo-mobile {
    height: 32px;
    margin-left: 0.75rem;
    display: block;
  }

  .logo-desktop {
    display: none;
  }
}
