body {
 font-size: 1.25rem;
}
section.hero-banner {
      background-image: url(../img/foret.png);
      background-size: cover;
      background-position: center bottom;
    }
    ul {
      margin-top: 20px !important;
      margin-left : 20px !important;
      list-style: disc !important;
    }
    li {
      padding: 4px 0px;
    }
    a {
      text-decoration: underline !important;
      
    }
    input, select, textarea {
        border-color: cadetblue;
    }
    label {
        font-weight: 600;
    }




