body {
    background-color: #f3f3f3;
    color: #222222;
    margin: 3vh 3vh;
    font-family: Heebo, sans-serif;
    font-size: 2.75vh;
    line-height: 1.3;
}

#image-area {
    text-align: center;
}

#text-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    /* text-align: center; */
}

#face {
    max-width: 150px;
}

.coloredlink,
.coloredlink:active,
.coloredlink:visited {
    color: rgb(0, 80, 192);
    font-weight: bold;
    text-decoration: none;
}

.coloredlink:hover {
    text-decoration: underline;
    color: rgb(0, 80, 192);
}