/* css/style.css */
body {
    background-color: #f8f9fa;
  }
  
  h2 {
    font-weight: 600;
  }
  
  .container {
    margin-top: 50px;
  }
  