html, 
body {
    height: 100%;
    margin:0;
    font-family: acumin-pro, sans-serif; 
}

body, a {
    color: #3c3c3b;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.content {
    display:flex;
    height:50%;
}

.centered {
    align-items: center;
    justify-content: center;
}

.bottom-aligned {
    align-items: flex-end;
    justify-content: center;
}

.grey {
    background:#f9f9f9;
}


.contact-link {
    padding-top:20px;
    background-image:url('images/dash.svg');
    background-repeat:no-repeat;
    background-position:center top;
    background-size:24px 1px;
    padding-bottom:10vh;
}
