body {
  margin: 0px;
}

h1,a
{
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin: 20px;
}


#name{
  font-size: 4em;
  font-family: 'Montserrat', sans-serif;
  color: white;
    background-color: rgba(0, 0, 0, 0.7);

}

.links{
  margin: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

html {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
