html {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #f8eeec;
}

.navbackground {
    color: #756569;

}

.txt-brown {
    color: #756569;
}

.text-w {
    color: white;
}

.wbgrnd {
    background-color: white !important;
}
