:root {
    color-scheme: light;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Rubik, Inter, system-ui, sans-serif;
  }
  body {
    font-family: Nunito, Inter, system-ui, sans-serif;
    overflow-x: hidden;
  }



.btn-yes {
    background-color: #00a651;
    color: white;
    border: none;
    width: 80px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;

}

.btn-no {
    background-color: #ff0000;
    color: white;
    border: none;
    width: 80px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
}

.popup h1{
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  max-width: 600px;
  padding: 20px;
}

.icon {
  font-size: 50px;
  font-weight: bold;
  border: 3px solid white;
  border-radius: 50%;
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.message {
  font-size: 22px;
  font-weight: bold;
}
.age-restriction-page {
  width: 100%;
  height: 100vh;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

