﻿.bio {
    font-size: 2.5vh;
    font-style: normal;
    color: #444444;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin: 15px auto 15px auto;
    width: 90%;
    text-align: justify;
}

.address {
    font-size: 1.5vh;
    font-style: normal;
    color: #444444;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin: 15px auto 15px auto;
    width: 90%;
    text-align: center;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    .bio {
        text-align: left;
    }
}
