html, body {
    height: 100%;
}

body {
    background: #22526d;
}

#content {
    color: #ffffff;
    margin: 25px auto 0 auto;
    max-width: 600px;
    padding: 0 20px;
    text-align: justify;
}

#content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

#content h3 {
    margin-bottom: 5px;
}

#content p {
    margin-bottom: 20px;
}

#content ul {
    margin-bottom: 20px;
    margin-left: 50px;
}

.content-footer {
    background: #ffffff;
}
