.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: "../assets/cover.png";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
