/*img{
    display: block;
    border: 3px solid black;
    border-style: groove;
    object-fit: contain;
    width: 450px;
}

.contact{
    display: block;
    float: right;
    border: 5px solid darkorchid;
    border-radius: 3px;
    border-style: ridge;
    text-align: center;
}

.mainPage{
    display: block;
    width: auto;
    border: 2px solid black;
}

.bio{
    display: block;
    height: min-content;
}

.row:after{
    content: "";
    /*height: 50%;
    display: table;
    clear: both;
    align-items: center;
    justify-content: center;
}

.column{
    float: left;
    width: 75%;
    border: 1px solid black;
    text-align: center;
}

.bodyContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}*/

/*
Backgrounp for Navbar
*/

.nav-c{
    background-color:azure;
}
