.calligrafico {
  font-family: "Birthstone Bounce", cursive;
  font-weight: 500;
  font-style: normal;
}
.buda{
  font-family: "Buda", serif;
  font-weight: 300;
  font-style: normal;
}
body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0; 
    font-size: 14px;
    font-family: "Buda", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
   }
   img {
    max-width: 100%;{}
   }
   .sfondo-verde {
    background-color: #79B08A;
    color: #FBDA98;
   }
   .mio-header {
    text-align: center;
    padding: 30px;
   }
   .mio-header h1 {
    font-size:80px;
   }
   .contenitore-principale {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
   }
   p {
    font-size: 32px;
   }
   .blocco-principale {
    padding-top: 50px;
    padding-bottom: 250px;
   }
   .primo-paragrafo {
    margin-bottom: 50px;
   }
   .tre-cerchi{
    display: flex;
    justify-content: center;
    margin-top: -250px;
   
   }
   .cerchio {
    margin: 10px;
    position: relative;

   }

   .cerchio .pulsante {
    font-size: 40px;
    padding: 10px 30px;
    background-color: #79B08A;
    color: #fff;
    position: absolute;
    top: 220px;
    left: 30px;
    border-radius: 50px;
    box-shadow: 0 5px 10px #79b08a3f;
    }

    .sfondo-bianco {
        background-color: #fff;
        text-align: center;
    }
   .sfondo-bianco h2 {
          font-size: 80px;
          color: #60a174   
   }
   .navigazione {
    background: #35a559;
    box-shadow: 0px 4px #0000001e;
    margin-bottom: 30px;
    

    
    
     
   }

   .navigazione ul {
     font-weight: bold;
     margin-left: 60px;
     display: flex;
     list-style: none;
     padding: 40px;
     margin: 0 auto;

   }
   .navigazione a {
    font-size: 25px;
    color: #FBDA98;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-decoration: none;

   }
   
   .associazioni {
    justify-content: space-between;
    align-items: center;
   }

   iframe {
    margin: 40px auto;
    border-radius: 60px;
    display: block;
}

.sfondo-verde h3 {
    font-size: 60px;
    display: block;
    text-align: center;
}
footer {
    padding-bottom: 80px;
}  

.eventi img {
    margin-bottom: 60px;
}