html, body {
    background-color: #eeebe2; font-family: Tahoma; font-size: small; color: Black; text-align: justify; margin: 0; height: 100%; }
p {
    line-height: 175%; }
h2 {
    font-size: medium; margin-top: 5%; }
a {
    font-size: small; color: OrangeRed; text-decoration: none; }
a.disclaimer {
    font-size: small; color: SlateGrey; text-decoration: none;}
span {
    display: block; text-align: left; }
img {
    display: block; width: 100%; height: 100%; object-fit: cover; }
div#contact {
    padding: 10%; }
div#disclaimer {
    display: none; padding: 10%; }
div.contact_inner {
    margin-top: 1%; }
