h4{
    color: #B882F3 ;
font-family: 'Acme', sans-serif;
}
h2{
    text-align: center;
    background-color: #B882F3 ;
    font-family:'Acme', sans-serif;
}
.titulo-cuadro{
    background-color: #D12EE1;
    margin: 16px;
    text-align: center;

}
table,td{
    border-color: black;
    border-width: 2px;
    border-style: solid;
    margin: 0%;
}
img:hover{
    transform: scale(0.9);
}
button {
    background-color: aquamarine;
    color: black;
    position: sticky; 
    bottom: 2vw;
    right: 100px;
}
button:hover{
    background-color: black;
    color: aquamarine;
}
