body {
    background-color: #efefef;
    color: #333;
    font-family: helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

h1 {
    margin-top: 0;
}

img {
    border-radius: 10px;
    display: inline-block;
    height: 300px;
    margin-right: 30px;
    vertical-align: middle;
}

.bio {
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
}

.content {
    margin: auto;
    margin-top: 50px;
    max-width: 600px;
}