html,
body {
    color: #00163d;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

div,
header,
main,
footer {
    box-sizing: border-box;
    width: 100%;
}

footer {
    position: absolute;
    bottom: 0;
}

.ctr {
    margin: 0 auto;
    max-width: 800px;
}

.privacy {
    font-size: 0.75em;
}

a, a:link, a:visited, a:hover, a:active {
    background-color: #c2e9ff;
    color: #eb7d00;
}
