.button-dark {
    text-align: center;
    background: #003368;
    padding: 60px;
}

.btn-dark {
    background-color: #003368;
}

.btn-dark:hover {
    background: white;
    color: #003368;
}

