/* src/pages/UserPages/NotFound.css */
.display-1 {
    font-size: 6rem;
    font-weight: 700;
  }
  
  .lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  