#header-img {
    cursor: pointer;
}
#heading {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
#heading img {
    height: 5rem !important;
    width: 5rem !important;
}
body {
    font-family: Roboto, FAU Chimera, sans-serif !important;
    overflow-y: auto !important;
    
}

hr {
    color: #04316a !important;
}
.assessment, .apply, .documents {
    width: 6rem !important;
    height: 4rem !important;
}
.exclamation {
    width: 2rem !important;
    height: 2rem !important;
}
img {
    height: 100% !important;
    width: 20rem;
    text-align: left !important;
}
.chair-div {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center;
    align-items: center !important;
}
#chair {
    width: 4rem !important;
    height: 4rem !important;
}
.red {
    color: #c50f3c !important;
}
.blue {
    color: #04316a !important;
}

