#start-container {
  transition: all 1s;
}

.start-screen {
  position: relative;
}

.primary-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-shadow: 4px 4px rgba(0, 102, 255, 0.3);
  letter-spacing: 1px;
}

.secondary-title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-shadow: 4px 4px rgba(0, 102, 255, 0.3);
  letter-spacing: 1px;
  margin-top: 6px;
}

.age-confirmation {
  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;
}

.age-confirmation__title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.age-confirmation__desc {
  font-weight: 300;
  font-style: italic;
}

.actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.under-18,
.above-18 {
  cursor: pointer;
  position: relative;
}

.under-18__text,
.above-18__text {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
