body {
    background-color: rgb(7, 103, 58);
    color: white;
}

.site-logo {
    text-align: center;
}

.header-logo {
    font-size: xx-large;
    font-weight: bold;
    font-family: sans-serif;
}
.header-blurb {
    font-size: x-large;
    font-family: monospace;
}
.site-navbar {
    background-color: rgba(0, 255, 157, 0.5);
    color: white;
    text-shadow: 1px 1px black;
    border: 4px green;
    border-style: groove;
    text-align: center; 
}
.site-body {
    background-color: rgba(0, 255, 157, 0.5);
    color: white;
    text-shadow: 2px 2px black;
    border: 4px green;
    border-style: groove;
}
.header-common {
    font-size: x-large;
    font-weight: bold;
}