html {
    color: #80628b; 
    font-size: 1.5vw;
}

.about-container {
    margin: 20vw 10px 0 0;
    padding:0;
    width: 75vw;
    line-height: 1.4em;
}

.contactInfo {
    margin-bottom: 32px;
}

a {
    color: #80628b; 
}


.about-container> a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .about-container {
        margin-top: 70vw;
        font-size: 4vw;
        line-height: 1.4em;
    }
}