*{
    padding: 0;
}
html{
    font-size: 16px;
}
body{
    margin: 0;
}

.absolute-position {
    position: absolute;
    top: 2rem;
    padding-left: 3rem;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*color: white;*/
    /*border-radius: 5px;*/
}

.logo-img {
    width: 9rem;
    height: 2rem;
    z-index: var(--bs-backdrop-zindex);
}

.nav-text-color{
    color: #ffcc99;
}
.active{
    color: #ffcc99 !important;
    font-weight: bold;
}
.footer {
    background: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
    color: #989898;
}