body {
  background-image: url('../images/handsPic.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}

#work {
  text-decoration: none;
}

#about {
  text-decoration: none;
}

@media only all and (max-width: 55em) {
  body {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "nav"
                         "name";
  }
 }
