p{
font-family:Arial, Helvetica, sans-serif;

}
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    background-color: rgb(226, 255, 177);
    color: rgb(68, 37, 0);
    justify-content: center;
}
header {
    background: rgba(43, 233, 59, 0.705);
    padding: 1.5cap;
}         
.gif {
    justify-content: right;
} 
h1{
    text-shadow: 2px 2px 2px;
    font-size: 12;
    color: rgba(0, 0, 0, 0.747);
}
p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: rgba(0, 0, 0, 0.274);
    padding: 5;
    font-size: x-large;
}
button{
    background-color: rgb(43, 233, 59);
    font-family: Georgia, 'Times New Roman', Times, serif ;
    color: antiquewhite;
    border-radius: 5px;
    font-size: 18px;
    padding: 8px 12px

}

button:hover{
    transform: scale(1.1);
    transform:rotate(2.5deg)
}

.estetica{
    background-color: rgb(43, 233, 59);
    font-family: Georgia, 'Times New Roman', Times, serif ;
    color: antiquewhite;
    border-radius: 5px;
    font-size: 18px;
    padding: 8px 12px
}

.texto{
    font-family: Georgia, 'Times New Roman', Times, serif ;
    background: rgba(0, 0, 0, 0);
}