body {
    background-color: #daffef;
    margin: 0;
}
.wrapper {
    max-width: 480px;
    margin: 0 auto;
}
#header, #content {
    text-align: center;
}
#header {
    margin-top: 100px;
}
h1 {
    font-family: 'Contrail One', cursive;
    font-weight: normal;
    color: #6bab90;
}
#social img {
    height: 24px;
}
#social span {
    display: inline-block;
    width: 32px;
}