.navbar-dark>.container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    left: 0;
    border-top: 1px solid rgba(255,255,255,0);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0);
}


.bg-purple{
    background-color:#564394;
}

.bg-purple-dark{
    background-color:#000015;
}

