app-root #staticbody::before {
    position: absolute;
    top: 1rem;
    text-align: center;
    content: "Please wait while the ABMP CE Center is loaded...";
}

#staticbody #logos {
    display: flex;
    margin: 4rem auto 0 auto;
    width: 90vw;
}

@media (orientation: landscape) {
    #staticbody #logos #abmp {
        width: 40%;
    }
    #staticbody #logos #ce {
        width: 60%;
    }
}
@media (orientation: portrait) {
    #staticbody #logos {
        flex-direction: column;
    }
    #staticbody #logos #abmp {
        width: 100%;
    }
    #staticbody #logos #ce {
        width: 100%;
        margin-top: 1rem;
    }
}

#staticbody #courselist, #staticbody > article {
    margin-top: 5rem;
}

#staticbody h1 {
    font-size: 2rem;
    text-transform: none;
}

#staticbody h3 {
    font-size: 0.85rem;
}
