@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    padding: 50px;
    background: rgb(237, 237, 237);
    font-family: 'Open Sans', sans-serif;
}

h2 {
    margin: 8px 0;
}

.content {
    color: #353535;
    width:550px;
    margin: 0 auto;
}

#logo-header {
    display: inline;
    margin-left: -6px;
    width: 40px;
    vertical-align: bottom;
}

#title {
    display: inline;
}