
#sb-body, body {
    background-color: #fff;
}

body {
    background-image: url('../images/profile-background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

h1 { 
    margin-top:1em; 
    font-size: 2.7em;
    border-bottom:none;
}

p {
    font-size: 1.3em; 
    line-height: 1.45em;
}


