:root {
    --primary-color: #ffc401!important;
    --secondary-color: #1b1d43;

    --btn-primary: #31357a!important;
}

h4 { color:var(--secondary-color)!important; }

.app-logo { max-height:80px!important; }

@media (min-width: 576px) {
    body {
        background-color: white!important;
    }
}