blockquote {
  margin: 200px auto; 
  padding: 40px 20px;
  background-color: #F5FFFA; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);  
  line-height: 1.6;
  border-radius: 15px;
}
.card{
   height: 230px;
   width: 60%;
   
  }

.p1{
  text-align: right;
  font-style: italic;
   font-family: verdana;
   text-shadow: 1px 1px 6px;
}

.p2{
  font-style: italic;
  border-left: 4px solid #4682B4;
   padding-left: 15px;
   height: 90px;
   align-items: center;
   display: flex;
    font-family: justify;
    text-indent: 12px;
}

.alta {
  text-align: center;
  text-transform: uppercase;
   font-family: Verdana;
   color: #4682B4;
}
body{
  background-color: #cbe2f0;
  }