

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.container{
font-family: "Inter", sans-serif; 
    max-width: 100%;
    background-color: #ffffff;
    color: #424530;
    margin: 0;
    padding: 40px 20px;
    line-height: 1.6;
    max-width: 1160px;
    margin: 0 auto;
}

.body {
   font-family: "Inter", sans-serif; 
    max-width: 100%;
    background-color: #f4f4f4;
    color: #ffffff;
    margin: 0;
    padding: 40px 20px;
    line-height: 1.6;
    max-width: 1160px;
  }
 
  
  h1 {
    text-align: center;
    color: #424530;
    margin-bottom: 30px;
  }
  h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #424530;
    border-bottom: 2px solid #dfe6e9;
    padding-bottom: 5px;
  }
  p {
    margin-bottom: 15px;
  }
  a {
    color: #2980b9;
    text-decoration: underline;
  }