/* style.css */
body {
    padding-top: 60px;
  }
  
  footer {
    margin-top: 40px;
  }
  
  header {
    background: url('../assets/header-bg.jpg') no-repeat center center;
    background-size: cover;
  }
  