@charset "UTF-8";
/* ページ内リンクの位置調整 */
section {
  margin-top: -60px;
  padding-top: 60px;
}

.jumbotron {
  background-image: url("../img/main.jpg");
  background-size: cover;
  background-position: center 60%;
}
