* {
    max-width: 90%;
    background-color: #00328A;
    font-family: 'Quattrocento', serif;
    font-size: 16px;
    color: #ccc;
    margin: 0 auto;
    overflow: auto;
}

body {
    width: 80%;
    max-width: 800px;
    margin-top: 16px;
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff8f8;
}

header, .wrapper, h1, h2, h3, p, a {
    background: #fff8f8;
    margin: 16px auto 6px auto;
}

h1 {
    font-size: 35px;
    font-weight: bolder;
}

h2 {
    font-size: 25px;
    margin-bottom: 16px;
}

h3 {
    font-size: 22px;
}

header, .wrapper {
    margin-bottom: 16px;
}

h3:last-of-type {
    margin-top: 32px;
}

p {
    line-height: 23px;
}

a:link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff8f8;
}

a:visited {
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}
