
:root{
    --color-buttom: #aabf96;
}

.button, .buttonVolver {
    background-color: var(--color-buttom);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 5vh;
    color: black;
    height: 4vh;

    font-family: "Cookie", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}


.button:hover {
    background-color: rgba(200, 200, 200, 0.5);
}

.buttonVolver{
    background-color: #D8D5D0;
}
