body {
  background-image: url("images/lake.jpg");
  background-size: cover;
  background-color: #cccccc;
  background-repeat: no-repeat;
  /* color: #000000; */
  margin: 0;
  font-family: 'Darker Grotesque', sans-serif;
  font-weight: 400;

}

#name {
  position: absolute;
  bottom: 45%;
  /* left: 55%; */
  right: 25%;
  color: #FFFFFF;
  text-align: right;
}

#name h1 {
  font-size: 2em;
  line-height: 1em;
}

#name p {
  font-size: 1.5em;
  line-height: 1em;
}

#blurb {
  position: absolute;
  bottom: 15%;
  /* left: 55%; */
  right: 25%;
  color: #FFFFFF;
  text-align: right;
}

#blurb h1 {
  font-size: 2em;
  line-height: 1em;
}

#blurb p {
  font-size: 1.5em;
  line-height: 1em;
}
