/* 404 */
.title404 {
  font-size: 120px;
  font-weight: bold;
  text-align: center;
}

.subtitle404 {
  font-size: 30px;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
}

.maybeulike {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title404 {
    font-size: 96px;
  }

  .subtitle404 {
    font-size: 24px;
  }
}

/* end 404 */