.wrapper-404 {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 650px;
  margin: auto;
  p.page-not-found {
    font-size: 24px;
  }
  h1 {
    font-size: 300px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 260px;
  }
  p.message-404 {
    font-size: 28px;
    line-height: 34px;
    span {
      color: #1a1a1a;
      text-transform: uppercase;
    }
  }
}