@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5em;
}

@media screen and (min-width: 800px) {
    
    body {
    }
}

#body {
    margin: auto;
    padding: 0;
    text-align: center;
}

footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: auto;
}

p { margin: 0; }

img { display: inline-block; max-height: 10px; }
footer img { margin-right: 1px; }

h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 15px; }

a { transition: all .3s; color: #505050; }
a:hover { color: #101010; }