.navbar-custom{
    height: 85px;
    background-color: rgb(219, 219, 219) !important;
}

.nav-color-block {
    height: 15px;
    width: 100%;
    background: linear-gradient(62deg, rgb(95, 183, 150) 0%, rgba(157, 196, 130, 1) 10%, rgba(255, 203, 0, 1) 50%, rgba(231, 65, 51, 1) 100%);
}