body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    background-color: #F5F2F0;
    color: #004e6d;
    line-height: 1.8em;
    -webkit-text-size-adjust: 100%; /* mobile: prevent font scaling in landscape while allowing user zoom */
}

.container {
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.top-bar {
    padding-top: 10px;
}
.top-bar .container {
    text-align: right;
}
.top-bar a.login {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #8A847C;
    color: white;
    text-decoration: none;
    font-size: 12px;
}
.top-bar a.login:hover {
    background-color: #645A4D;
}

h1, h2 {
    font-weight: 500;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.header {
    text-align: center;
}
.header h1 {
    font-weight: 100;
    font-size: 2.4em;
    line-height: 1em;
}
.header img.logo {
    width: 80px;
}

.screen1 {
    width: 200px;
}
@media screen and (min-width: 500px) {
    .screen1 {
        float: right;
        width: 200px;
    }
}

.credits {
    color: gray;
    font-size: 0.8em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}