body{
    background-color: lightgrey;
    font-family: Arial, Helvetica, sans-serif;
}

cite{
    font-weight: bold;
    font-family: sans-serif;
}

h1{
    text-align: center;
    color: rgb(9, 100, 9);
    text-shadow: 2px 2px 2px rgb(157, 156, 156);
    font-size: 2.25rem;
}

p, h3{
   margin-left: 1.10rem ;
}

p{
    
   margin-top: -15px;
}


div{
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 4px 4px 4px rgb(157, 156, 156);
}

div.cita1{
   color: rgb(9, 100, 9);
   background-color: rgb(161, 197, 161);
   border-left: 5px solid rgb(9, 100, 9);
}

div.cita2{
   color: orange;
   background-color: rgb(255, 236, 125);
   border-left: 5px solid orange;
}

div.cita3{
   color: crimson;
   background-color: rgb(223, 157, 170);
   border-left: 5px solid crimson;
}

div.cita4{
   color: blue;
   background-color: rgb(180, 180, 252);
   border-left: 5px solid blue;
}

div.cita5{
   background-color: rgb(181, 181, 181);
   border-left: 5px solid black;
}


