/* External style sheet */
body {
    background-color: rgb(33, 11, 93);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    text-align: center;
    position: relative;
}
h1 {
    font-weight: bolder;
    color: white;

}
#footerImage {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#logoImage {
    width: 100%; 
    margin-top: 0.5%
}