body{
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}
/* .navbar{
    background-color: #191e6d;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    min-height: 70px;
}

.nav-link{
    font-weight: bolder;
    color:rgba(255, 255, 255, 0.664);
}
.nav-link:hover{
    color:white;
}
.actives{
    font-weight: bolder;
    color:#fff;
}

.dropdown-menu a{
    display: flex;
    justify-content: start;
    align-items: center;
} */
#first_ul{
    width: 75%;
}
@media (max-width: 950px) {
    #first_ul{
        width: 100%;
    }
}

