body {
  background-size: cover;
  background-image: url('background.jpg');
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
  font-size: 4em;
  margin: 20px;
}

div#player {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
div#social {
 position: fixed;
  bottom: 10px;
  left: 10px; 
}

section {
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
  font-size: 1.2em;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.7);

}

section#bio p {
  width:430px;
}