.cssButton, .cssButtonHover {
    background: #ad463d;
    border: 2px solid;
    border-top-color: #cf8884;
    border-left-color: #cf8884;
    border-right-color: #682021;
    border-bottom-color: #682021;
    
    color: white;
    font-weight: bold;
    
    padding: 0.5em 1em;
}

.cssButtonHover {
    background: #ab9475;
    border-top-color: #bfaf96;
    border-left-color: #bfaf96;
    border-right-color: #64492b;
    border-bottom-color: #64492b;
}