.masthead {
  height: 20vh;
  min-height: 10px;
  background-image: url('./background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
