body {
    padding: 0;
    margin: 0;
    background: beige;
}
.navbar {
    background-color:rgb(219, 161, 3);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.png-fluid{
    position: absolute;
    top: 0px;
    bottom: 100px;
    height: auto;
    left: 0px;
    width: 112px;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}
.banner {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: #e94e07;
    background: -webkit-linear-gradient(to right, #e94e07, #ebee0a, #60da08);
    background: linear-gradient(to right, #e94e07, #ebee0a, #60da08);
  }
.bg-white{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    --bs-bg-opacity: 1;
    background-color: rgba(226, 135, 7, 0.753) !important;
}
.bg-light {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    --bs-bg-opacity: 1;
    background-color: rgba(255, 0, 0, 0.725) !important;
}