body {
    background-color: rgb(255, 255, 255);
}

#container {
    margin: 25px auto;
    padding: 0 10px;
    max-width: 1000px;
    text-align: center;
}

header {
    margin-bottom: 25px;
}

a {
    color: #00387d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.4em;
    padding: 0 10px;
}
