body {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
#logo{
    height:70px;
}
#header {
    background-color:orange;
    height: 70px;
    display:flex;
}
a {
    color: inherit;
    text-decoration: none;
}
.hidden{
    display:none !important;
}
.sidebarPrice {
    font-family: monospace;
}
.text-mahog {
    color: #BB3E00 !important;
}
.bg-mahog {
    background-color: #BB3E00 !important;
}
.border-mahog{
    border-color: #BB3E00 !important;
}
.text-yo{
    color: #F7AD45 !important;
}
.bg-yo {
    background-color: #F7AD45 !important;
}
.border-yo{
    border-color: #F7AD45 !important;
}
.text-pw {
    color: #FFF1D7 !important;
}
.bg-pw {
    background-color: #FFF1D7 !important;
}
.border-pw{
    border-color: #FFF1D7 !important;
}
.text-pd{
    color: #cdb487 !important;
}
.bg-pd{
    background-color: #cdb487 !important;
}
.border-pd {
    border-color: #cdb487 !important;
}
.text-mg {
    color: #5F8D37 !important;
}
.bg-mg {
    background-color: #5F8D37 !important;
}
.border-mg{
    border-color: #5F8D37 !important;
}
