* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

body {
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    color: #0099ff;
    text-decoration: underline;
}

a:hover {
    color: #ff9900;
}

#header {
    color: #0099ff;
    padding: 10px;
    padding-top: 20px;
    font-size: 1.6em;
    text-align: center;
}

    #header a:link, #header a:visited, #header a:hover {
        color: #0099ff;
        text-decoration: none;
    }

.content {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
}

.title {
    font-size: 3.2em;
    text-transform: uppercase;
}

p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 2em;
}

img {
    max-width: 700px;
    width: 100%;
}

.quote {
    background-color: #C5EFF7;
    padding: 16px 20px;
    border-radius: 5px;
    color: #1f3a93;
}

.small {
    font-size: 0.9em;
}

.big1 {
    font-size: 1.2em;
    line-height: 1.5;
}

#footer {
    font-size: 0.8em;
    border-top: 1px dotted #808080;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    color: #808080;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }

    .big1 {
        font-size: 1em;
    }
}
