body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: linear-gradient(to bottom, #f26522, #0045ad);
}

h2 {
  text-align: left;
}

.age-popup__inner h2 {
  text-align: center !important;
}

header {
  position: relative !important;
  left: 0;
  right: 0;
  top: 17px;
  bottom: 0;
  z-index: 1;
}

.container {
  max-width: 1440px;
  margin: 0 auto; 
  padding: 21px; 
}

footer {

}