:root{}
body{
/*Box model stuff*/
    background-color: #3c2f59;
/*Typography stuff*/
    color: #E6D9A2;
   
}
.nav_container{
/*Display stuff*/
    display: flex;
   align-items: start;
}
.hero_img { 
/*Box model stuff*/
    width: 30%; 
    height: auto;
    border-radius: 10%;
/*Miscellaneous*/
    float: right;
}

.main {
/*Box model stuff*/
    width: 60%;
    max-width: 80ch;
    margin: auto;
/*Typography stuff*/
    font-size: 1.5rem;
    text-align: center;
    text-indent: 20px;
/*Miscellaneous*/
    float: left;
    line-height: 2rem;
}
.nav_buttons{
/*Box model stuff*/
    padding-left: 5px;
    padding-right: 5px;
/*Typography stuff*/
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffb84d;
}

.contact{
/*Positioning stuff*/
    position: absolute;
    bottom: 50px;
/*Typography stuff*/
    font-size: 1rem;
    text-anchor: end;
/*Miscellaneous*/
    list-style-type: none;
}
.gallery {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    
}
.img{
    align-items: center;
    height: 500px;
    width: auto;
    display: inline-table;
    margin-left: 50px;
    margin-right: 10px;
    border-radius: 5%;
}