body {
    background-color: #01345f;
    color: #333;
    height: 100%;
    margin: 0;
    padding: 0;
}

#content {
    border-top: 20px solid #0381eb;
    color: white;
    font-family: 'Heebo', arial, helvetica, sans-serif;
    font-weight: 300;
    font-size: 19px;
    padding: 10% 0;
    text-align: center;
    text-shadow: 1px 1px 0 black;
}

#content p {
    font-size: 12px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.foot-logo {
    height: 40px;
}
