/* 404の設定 */

.notfound {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.notfound .container .intro-text {
  color: #333;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}

.notfound .container .intro-text .intro-heading {
  font-weight: 900 !important;
  font-size: 150px !important;
  line-height: 105%;
}

.notfound .container .intro-text .intro-lead-in {
  padding-top: 3rem;
}

