body {
    font-size: 1.2rem;
    margin-top: 50px;
}

/** LEFT COLUMN **/

#left-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#photo {
    margin: 0 auto;
    border-radius: 50%
}

#bio {
    margin-top: 20px;
}

#email {
    margin-top: 100px;
}

#social {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 40px;
}

#social a {
    color: black;
}

#social a:hover {
    color: grey;
}

#social a {
    margin-left: 10px;
}

#social a:first-child {
    margin-left: 0;
}

/** RIGHT COLUMN **/

#right-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#projects {
    margin-top: 20px;
}

#apps li.medium, #projects li.medium {
    font-size: 1.0rem;
}

#apps li.small, #projects li.small {
    font-size: 0.8rem;
}
