body{
    background-color: #501F3A;
    width: auto;
    color: #14A098;
    min-width: 40vh;
}
.wrapper{
    background:#0F292F;
    min-width: calc(100% - 8rem);
    margin-left: 4rem;
    margin-right: 4rem;
    min-height: 6vh;
    text-align: center;
	overflow: auto;

}


.title_div{
    height: auto;
    min-width: auto;
}
ul{
    list-style-type: none;
    padding: 0 2rem;
}
.nav-text{
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
}
.links{
    height: auto;
    text-align: center;
}
a{
    text-decoration: none;
    margin: 3vh;
}
a:link{
    color: white;
}
a:visited{
    color:rgba(141, 141, 141, 0.596);
}
.nav-items{
    min-width: auto;
}
img{
	width: 100%;
}