html {
    font-size: 10px;
}

body {
    background-color: #002340;
    color: white;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8em;
}

p {
    margin: 0;
    line-height: 1.5em;
}

#main-text {
    padding-top: 0.4em;
    font-size: 100%;
    margin: 0px 15px 35px 15px;
    font-weight: normal;
}

span.attention {
    color: #A33333;
}

#secondary-text {
    font-size: 80%;
    margin-bottom: 15px;
}

span.secondattention {
    /*color:#3E7AAD;*/
    font-style: italic;
}

p.tertiary-text {
    font-size: 60%;
    margin-bottom: 15px;
}

ul.links {
    list-style: none;
    font-size: 90%;
    margin-top: 25px;
}

ul.links li {
    display: inline;
    margin-right: 50px;
}

a {
    color: #39AECF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #057D9F;
}