.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #f1f1f1;
  background-size: cover;
}

p {
  margin-bottom: 2rem;
  text-align: left;
}

#message figure {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #message figure {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=page.css.map */