html {
    background: url('../images/bg.jpg') no-repeat center fixed;
    background-size: cover;
}

h1, h2, h3, p, a, a:hover {
    color:white;
}

h1 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
}

h2 {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 40px;
}

.disclaimer {
    font-size: 0.9rem;
}

#age-check p, #age-check a, #age-check a:hover {
    color: black;
}

.product {
border-left: 2px solid white;
padding: 5px 5px 5px 15px ;
}
