.content404 {
    width: 70%;
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  .content404 h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    line-height: 210px;
    color: #000000;
    margin-top: 54px;
  }
  
  .content404 h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    color: #000000;
    margin: 56px 0;
    text-align: center;
  }
  
  .content404 a {
    line-height: 40px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 54px;
  }
  
  
  