#content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

#owner-pic-container{
    margin-top: 20px;
    width:14vw;
    height:14vw;
    border-radius:50%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    box-shadow: 10px 10px 4px black;
}

#owner-pic-container img{
    width: 14vw;
    height: 14vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

#owner-name{
    font-size: 4vw;
    font-family: 'Dela Gothic One', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 4px 4px 4px black;
}

#short-description{
    margin-top: 0.5vw;
    font-size: 1.2vw;
    font-family: "Dela Gothic One", sans-serif;
    color: lightblue;
}

#am-title{
    font-size: 2.2vw;
    font-family: "Dela Gothic One", sans-serif;
    text-shadow: 4px 4px 4px black;
}

#am-content{
    font-size: 1.1vw;
    font-family: "EB Garamond", serif;
}