body {
    width: auto;
    height: auto;
    margin-top: 10vmin;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'Jost', sans-serif;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
    display: inline;
    margin: auto;
}

.image_container {
    width: 30vmin;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 1px solid gray;
}

.bio h2 {
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.bio h3 {
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

.links {
    padding-top: 40px;
    padding-bottom: 40px;
}

.links a {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.links a:link {
    color: black;
}

.links a:visited {
    color: black;
}

footer {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #333333;
    bottom: 0;
}

p.copyright {
    width: 100%;
    color: white;
    line-height: 40px;
    font-size: 0.7em;
    text-align: center;
}
