body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--royal-blue);
}

.titlebar {
    width: 100%;
    height: 200px;

    top: 0;
    left: 0;
    z-index: 10;
}
.titlebar h1 {
    color: var(--royal-blue);
}
.titlebar h2 {
    color: var(--royal-blue);
}
.mainview {
    width: 100%;
    height: 1000px;
    padding-top: 20px;
    padding-left: 0px;
}

.mainview h2 {
    font-size: 24px;
    color: var(--royal-blue);
    font-weight: bold;
}
.under_construction {
    display: inline-block; /* Allow boxes to sit next to each other */
    vertical-align: top; /* Align boxes at the top */
    width: 1000px;
    height: 400px;
}
