    .content {
        margin-left: 285px;
        background-color: rgb(246, 246, 246);
        z-index: 0;
        min-height: 87vh;
        flex-grow: 1;
    }

    @media (max-width: 992px) {
        .content {
            margin-left: 100px;
        }
    }

    @media (max-width: 765px) {
        .content {
            margin-left: 100px;
        }
    }

    .dash-link {
        text-decoration: none;
        color: gray;
    }
     .vr {
        border-left: 1px solid white;
        height: 40px;
    }
    /* i{
        color: rgb(36, 45, 222);
    } */