body {
    background-color: #FBF6F1;
    font-family: 'Inter', 'Verdana', 'Arial', sans-serif;
    color: #51785E;
    min-height: 600px;
}

a {
    color: #51785E !IMPORTANT;
    font-weight: bold;
}

a:hover {
    color: #3E5B49 !IMPORTANT;
}

.btn {
    background-color: #51785E;
    color: white;
}

.btn:hover {
    background-color: #3E5B49;
}

blockquote {
    font-style: italic;
}
