body {
    background-color: #d30228 !important;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.content {
    color: white;
    height: 100%;
}

.content a {
    color: white;
}

div.logo img {
    max-width: 300px;
    height: auto;
}