        body
        {
            height: 100%;
            width: 99%;
        }
        #page
        {
            margin: 2.5%;
            height: 95vh;
            width: 95%;
            background-color: green;
            display: grid;
            grid-template-rows: 2fr 2fr;
            align-content: center;
        }
        #scholech
        {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15vw;
            padding: 5vw;
        }
        img
        {
            height: 15vw;
            width: 20vh;
        }
        #resources
        {
            display: grid;
            grid-template-columns: 3fr 2fr;
            padding: 5vw;
        }
        #comment
        {
            font-size: 3vw;
        }
        #navigation
        {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            margin-top: 50%;;
            justify-content: space-around;
            align-content: space-around;
            color: #eaf1e0;
        }
/* General Styling */

#Joelech_Image{
    height: 25vh;
    width: 25vw;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
#Joelech_Image img{
    height: 20vh;
    width: 20vw;
    background-color: white;
}

        div
        {
            display: grid;
            align-items: center;
            justify-items: center;
        }
