/* File: static\css\project.css */

html, body {
    height: 100vh;
    margin: 0;
    overflow-y: auto;
}

iframe {
    height: 80vh;
}

#header-text {
    background-color: #0078C8;
}

.nav-item a:hover, .active {
    background-color: #0078C8;
    color: white;
}

.w-30 {
    width: 30%;
}

[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}