body {
    font-family: 'Open Sans', sans-serif;
    background-color: #eff0f1 !important;
}
header.header {
    text-align: center;
    padding: 20px 0;
}
.header img {
    width: 23%;
}
.age-wrapper {
    background-color: #ffffff;
    width: 740px;
    padding: 3rem;
    border-radius: .5rem;
    text-align: center;
}
.age-wrapper h4 {
    font-size: 32px;
    font-weight: 600;
    color: #222426;
    margin-bottom: 25px;
}
a.continue_button {
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0248ac;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #eff0f1;
    border-radius: 0.5rem;
    background-color: #eff0f1;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer h6 {
    font-size: 12px;
    color: #727880 !important;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}
.footer-links li a {
    font-size: 12px;
    color: #727880 !important;
    text-decoration: underline;
    padding: 0 5px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.footer p {
    font-size: 12px;
    color: #727880;
    line-height: 20px;
}
section.trust-section {
    padding-bottom: 70px;
}
.footer {
    padding: 20px 0;
}
.age-group a:hover {
    background-color: #dddee1;
}
.age-group .continue_button {
  font-weight: bold !important; 
}
.footer-links li {
    font-size: 12px;
    color: #727880;
    line-height: 20px;
}