.btn-custom {
    background-color: #063a50;
    color: #fff;
    border: none;
    transition: background-color 0.2s, color 0.2s;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #063a50e6;
    color: #fff;
}