c
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body, html{
    color: #84837f;
    font-family: "Lato", sans-serif;
    font-size: 1em;
	margin:0px; 
    padding:0px;
	text-align:center;
    background:#FFF;
}

h1, h2, h3{
    color:#333;
    font-weight:bold;
}

header{
    background-color:#e8f2f8;
}

.greybackground{
    background:#333;
    color:#FFF !important;
}

.greybackground h1, .greybackground h2, .greybackground h3, .greybackground a, .greybackground a:link{
    color:#FFF !important;
    text-decoration: none;
}
.greybackground hr{
    margin-top:30px;
    border-color:#FFF;
}
