body {
    background: white;
    margin: auto;
    width: 80%;
}

#alert {
	margin: auto;
	margin-top: 1em;
	text-align: center;
	padding: 0.5em;
	border: 1px black;
	background: orange;

}

.logo {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.company{
    font-family: 'Handlee', serif;
    font-size: 2em; 
    text-align: center;
    width: 90%;
    margin: auto;
    clear:both;
    border-bottom: 1px solid #ffaaaa;
    padding-bottom: 2em;
}

.company h1 {
    font-family: 'Montserrat', sans-serif;;
    text-align: center;
    font-weight: 400 ;

}

.company p {
    text-align: left;
    /* font-size: 2em; */
    line-height: 150%;
}

.product {
    font-family: 'Handlee', sans-serif;
    font-size: 1.5em;
    line-height: 150%;
    text-align: center;
    clear: both;
    width: 90%;
    margin:auto;
    padding-top: 3%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ffaaaa;
}

.product h2, h3 {
    font-family: 'Montserrat', sans-serif;;
    text-align: left;
    font-weight: 400 ;

}

.product h3 {
    text-align: left;
    font-family: 'Montserrat', 'Open sans', sans-serif;
    font-weight: 500 ;
}

.product ul, li {
    text-align: left;
    font-family: 'Handlee', 'Open sans', sans-serif;
    line-height: 125%;
}

.product p {
    text-align: left;
}

.emph {
    font-weight: 800;
    color: red;
}

 li {
     padding-bottom: 0.5em;
}

.footer{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.5em; 
    text-align: center;
    width: 90%;
    margin: auto;
    clear:both;
}
