.under-18-screen {
  position: relative;
}

.under-notification {
  padding: 6px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right top, rgba(71, 122, 210, 0.2) 10%, #477ad2);
  margin-top: 32px;
}

.under-notification__title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown {
  font-family: 'doctor-glitch';
  font-size: 164px;
  text-align: center;
  margin-top: 40px;
  background: -webkit-linear-gradient(#ff3302, #7d0e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
