.g{
  display: grid;
  grid-template-columns:1fr 1fr;
  margin-top: 74px;
  margin-left: 40px;
  margin-right: 40px;

}
.pagina{
 min-width: 600px;
   border: 5px solid rgb(133, 167, 104);
   
   background-color: rgba(235, 235, 235, 0.808);
  margin-bottom: 120px;
    padding: 50px;
    padding-top: 100PX;

 
   color: darkgreen;
   font-size: 21px;

  }
  .chiesa-esterni-bienate{
    max-height: 800px;
    max-width: 600px;
    min-height: 600px;
    min-width: 650px;
  }

.chiesa-esterni{
  position: relative;
  display: inline-block;
 margin: 50px;
 width: 70%;
 max-height: 800px;
 max-width: 600px;

}
.chiesa-esterni-immagini{


    width: 70%;
  height: 70%;
  margin: 50px;
  min-height: 250px;
  min-width: 250px;
border: 5px solid rgb(133, 167, 104);
}
