
h1{
    text-align: center;
}



.ily{
    justify-content: center;
    gap: 1rem;
    display: flex;
}

button{
    font-size: 1rem;
    border-radius: 7px;
    padding: 10px;
    width: 5rem;
    display: block;
    height: 3rem;
 
}

.btnYes{
    background-color: rgb(15, 246, 15); 
}

.btnNo{
    background-color: rgb(224, 42, 25); 

}

.gusanito{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    width: 100%;
    height: 70%;
}