.content {
    min-height: 90vh;
}

.content a {
    color: #496b18;
}

@media only screen and (min-width: 768px) {
    .content {
        min-height: 65vh;
    }
}

@media only screen and (min-width: 1440px) {
    .content {
        min-height: 55vh;
    }
}