<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url('../images/background.jpg') no-repeat center center fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    height: 100vh;
}

/*.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-bg: rgba(0, 3, 38, 0.6);
    --bs-btn-hover-bg: rgb(0, 3, 38);
    --bs-btn-hover-border-color: rgb(0, 3, 38);
    --bs-btn-active-bg: rgb(0, 3, 38);
    --bs-btn-active-border-color: rgb(0, 3, 38);
    --bs-btn-disabled-bg: rgb(0, 3, 38);
}*/

.dropdown-menu {
    --bs-dropdown-link-active-bg: rgb(0, 3, 38);
}

.centered-text {
    height: 100%;
}

.navbar {
    background-color: rgba(0,3,38,0.9);
}

:root {
    --bs-primary: rgb(0, 3, 38, 0.6);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-bg-primary {
    background-color: var(--bs-primary) !important;
}

i, a {
    color: var(--bs-primary);
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: rgba(0,3,38, 1) !important;
    border-color: rgba(0,3,38, 1) !important;
}

:root {
    --bs-primary: #000326;
    --bs-secondary: #FFC107;
}</pre></body></html>