.container-narrow {
    margin: auto;
    max-width: 700px;
}

.tile {
    height: 96px;
    line-height: 96px;
    background-color: #789048;
    border-radius: 5px;
    margin: 5px;
    display: block;
    text-align: center;
}

.tile:hover {
    background-color: #C0D860;
}

.side-project {
    margin: 3px;
    border-radius: 5px;
    border-style: solid;
    border-color: black;
}

.side-project:hover {
    opacity: 0.8;
}

.tile > img {
    vertical-align: middle;
}

.profile-picture {
    margin: auto;
    margin-bottom: 10px;    
}

.about-text {
    font-size: 20px;
}