.btn-long {
    height: 40px;
    width: 180px;
}

.btn-outline-light-custom {
    border-color: white;
    color: white;
}

.btn-outline-light-custom:hover {
    background-color: white;
    color: black;
}

.btn-outline-dark:hover {
    color: white !important;
}