@import url(http://fonts.googleapis.com/css?family=Rock+Salt);

body {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.branding {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}
.branding img {
    width: 100%;
}
.channels {
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
h1 {
    font: 48px 'Rock Salt', georgia, serif;
    color: #333;
    padding: 0;
    margin: 0;
}
h2 {
    font: bold 14px sans-serif;
    color: #999;
    text-transform: uppercase;
    margin-top: -15px
}
.twitter {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url('../img/twitter.png') center center no-repeat;
    margin: 0 10px;
}
.instagram {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url('../img/instagram.png') center center no-repeat;
    margin: 0 10px;
}