button {
    margin-top:10px;
    padding:6px 10px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    background:#D4AF37;
    color:#2A1414;
    font-weight:bold;
    transition: all 0.1s ease;
}

button:active {
    transform: scale(0.95);
    box-shadow: none;
}

.nav-btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background: #3B1F1F;
    color: #F5E6C8;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.nav-btn.active {
    background: #D4AF37;
    color: #2A1414;
}