/* styles/404.module.css */
.container {
    text-align: center;
    padding: 50px;
    background-color: #f0f5f7;
  }
  
  .title {
    font-size: 2em;
    margin-bottom: 20px;
  }
  
  .description {
    margin: 20px 0;
  }
  
  .homeLink {
    color: #ffffff;
    background-color: rgb(12, 62, 119);
    text-decoration: none;
    text-align: center;
    justify-content: center;
    /* border-bottom: 1px solid #0070f3; */
      text-decoration: none;
    border-radius: 10px ;
  }
  
  .homeLink:hover {
    background-color: rgb(236, 190, 134);
    color: black;
  }
  