.button-dark {
    text-align: center;
    background: #003368;
    padding: 30px;
}

.btn-dark {
    background-color: #003368;
}

.btn-dark:hover {
    background: white;
    color: #003368;
}

