    body
        {
            display: grid;
            height: 100vh;
            width: 100vw;
            justify-content: stretch;
            align-items: stretch;
        }
        .page
        {
            width: 95vw;
            background-image: url(Media/Joelech%20Background%20dynamic.png);
            font-size: 3vh;
            display: flex;
            flex-dirextion: column;
            margin: 1%;
            justify-content: center;
            align-items: center;
        }
        .education_level
        {
            height: 30vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            color: white;
        }
        .title_page
        {
            height: 90%;   
            margin: 3%;
            display: grid;
            grid-template-rows: 1fr 1fr ;
            grid-template-columns: 1fr 1fr;
            justify-items: center;
            align-items: center;
            color: white;
        }
        .title
        {
            font-size: 3vh;
            justify-self: stretch;
            margin: 3%;
        }
        .comment
        {
            font-size: 2vw;
            padding: 3vw;
        }
/* 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;
}

        .navigation
        {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            margin:5%;
        }
img{
    height: 50vh;
    width: 50vw;
}
