#titulo_spice {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    background: #8E630C;
}


.boton_add_spice {
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: #8E630C;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

th, p, option {
    font-family: 'Nunito', sans-serif;
}

#th_spice {
    background: #8E630C;
}

.buttonspice {
    background: #8E630C;
}

;
