.pagina{
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-left: 100px;
  max-height:700px;
  max-width: 2000px;
  min-width:1000px;


}
.table{
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 150px;
}       
th, td {
  padding: 10px;
  height: 40px;
  text-align: left;
  color: darkgreen;
  font-size: 20px;
  border: 5px solid rgb(133, 167, 104);

}
.tabella{
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.808);


}
.foto-pianta{
  margin-right: 100px;
  width: 80%;

}
.titolo-pianta{
  margin-top: 150px;
  color: rgb(232, 233, 234);
  font-weight: bold;
  font-size: 70px;
  margin-bottom: 50px;
}
.titolo-latino{
  margin-top: 100px;
  background-color: darkgreen;
  color: rgb(232, 233, 234);
  font-weight: bold;
  font-size: 30px;
  border: 5px solid darkgreen;

}
.testo-pianta{
  padding:50px;
  margin-right:50px;
  background-color: rgba(235, 235, 235, 0.808);
 margin-top:50px;
 color: darkgreen;
 font-size: 25px;
 border: 5px solid rgb(133, 167, 104);
}
.origine-pianta{
  margin-bottom:40px;
}
.page-right1{
  display: grid;
  grid-template-columns: 150px 200px;
  margin-top:40px;
  margin-right:20px ;

}
.spiegazione{
  color:  rgb(133, 167, 104);
  font-size: 30px;
  margin:60px;
}
