html,
body {
    font-family: Montserrat, sans-serif !important;
}

.btn-primary {
    background-color: #0091D1 !important;
    border-color: #0091D1 !important;
    text-transform: uppercase;
}

.btn-danger {
    background-color: #DB3254 !important;
    border-color: #DB3254 !important;
}

.navbar {
    background-color: #FFF !important;
    color: #0091D1 !important;
}

.nav-link {
    color: #0091D1 !important;
    margin-left: 1em !important;
}

footer {
    height: min-content !important;
}

h1 {
    color: #DB3254 !important;
}

#splashscreen {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: start;
    background: #fff;
    z-index: 999999;
    align-items: baseline;
    gap: 6px;
    padding-top: 300px;
    overflow: hidden
}

#splashscreen img {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    max-width: 500px;
}

h3 a {
    color: #000 !important;
    text-decoration: none;
}