/* 
    Created on : 26 Oct 2022, 13:21:50
    Author     : Bernd Wendt
*/

html {
    font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 100%;
}

#content {
    width: 100%;
    max-width: 30rem;
    margin: 2rem auto;
    text-align: center;
}

#footer {

    padding: 2rem;
    text-align: right;

    font-size: .75rem;
    font-style: italic;
    color: #777;

    position: fixed;
    bottom: 0;
    right: 0;
}

h1 {
    font-weight: normal;
    color: #555;
}

p {
    margin-top: 2rem;
}