@import url('https://fonts.cdnfonts.com/css/aristotelica-display-trial');

  body {
    background-color: #FFFAEF;
    color: black !important;
  }

  main {
    background-color: #FFFAEF !important;
  }

  .cstext {
    margin-bottom: 58px;
    background-color: #FFFAEF;
  }
  
  .cstext p {
    font-family: 'GeosansLight', sans-serif !important;
    text-align: center !important;
    margin-top: 20px !important;
  }

  .cstext h1 {
    text-align: center !important; 
    font-family: 'Aristotelica Display Trial', sans-serif !important; 
    font-weight: bolder !important;
    margin-top: 0px;
  }


  #ncontatto {
    background-color: #6db329;
    border: none;
    color: white;
    font-family: "Poppins";
    padding: 10px;
    border-radius: 18px;
    width: 200px;
    font-size: 26px;
    transition: 0.5s;
    margin-top: 9%;
    text-align: center;
}

.cstext img {
  height: auto;
  width: auto;
  margin-top: 0%;
  margin-bottom: 0%;
}

#ncontatto:hover {
    background-color: #538620;
    border: none;
    color: white;
    font-family: "Poppins";
    padding: 10px;
    border-radius: 18px;
    width: 200px;
    font-size: 26px;
    transition: 0.5s;
}

.btn {
  display: grid;
  place-items: center;
}

  @media only screen and (max-width: 1000px) {
    header .header-left nav {
        margin: 0;
        position: absolute;
        top: -325px;
        left: 0;
        width: 100%;
        height: fit-content;
        background-color: #FFFAEF;
        padding: 30px;
        transition: 0.3s;
        text-align: center;
        z-index: -1;
    }


    .sectitle, h1 {
        font-family: "Poppins";
        color: black;
        text-align: center;
        font-size: 25px;
        font-weight: 100;
        padding-top: 60px;
    }
}



