form{
    color:white;
  }
 
  .imagen img{
    width: 95%;
    transition: 1s;
    padding: 15px;
  
  }
  .imagen img:hover{
    filter: grayscale(100%);
    transform: scale(1.1);
  }
  .titulo{
    color: white;

font-size: xxx-large;
font-weight: bold;
font-style: italic;
  }
.trayect{
  text-align: justify;
  color: white;
}