.navbar {
    background-color: #800020 !important;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
span {
    font-size: small;
    color: white;
    display: flex;
    justify-content: center;
}
.navbar-brand {
    font-size: 1.5rem;
    color: white;
}
.nav-link {
    color: white;
    font-weight: 500;
}
.nav-link:hover {
    color: white;
}