html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Palatino Linotype", "Georgia", serif;
    background: #1E2336;
    color: #C7A673;
}

a {
    font-family: "Palatino Linotype", "Georgia", serif;
    background: #1E2336;
    color: #C7A673;
}

.container {
    height: 100%;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}