﻿body {
    background-color: moccasin;
}

.w3-bar {
    color:white;
    background-color:brown;
}

.w3-button:hover {
    color: white !important;
    background-color: crimson !important;
}

.active {
    background-color: crimson;
}

.w3-brown {
    color: white !important;
    background-color: brown !important;
}
