body {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.navbar{
    background-color: #c52027 !important;
    padding: 2px 0px;
}

.navbar-brand{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.navbar .nav-link{
    color: #fff;
}

.navbar-brand img{
    width: 40px;
    padding: 3px;
    background-color: #fff;
    border-radius: 50px;
}

/* Fix the navbar at the top */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ensure the content area is pushed below the navbar */
#content {
    padding: 20px 2rem 2rem 2rem;
    min-height: 100vh;
    margin-top: 56px;
    min-height: 100vh;
}

label:not(.not-a-label){
    font-weight: 600;
}