body, html, .container, .row  {
    background: #004c64;
    height: 99%;
    font-family: "Sen";
    color: #f3f3f3;
    text-align: center;
}

a {
    color: #f3f3f3;
    font-style: none;
}

a:hover {
    color: #7ab6c1;
}

@media only screen and (max-width: 640px) {
    .column.column-offset-25 {
        margin-left: 0 !important;
    }
} 