body {
    background-image: linear-gradient( to right, white 66.66666667%, #ffffff 33.33333333% ) !important;
}

.navbar {
    background-image: linear-gradient( to right, white 66.66666667%, #242428 33.33333333% ) !important;
}

.avatar {
    padding-right: 0% !important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) dashed;
    opacity: 0.25;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .navbar {
        background-image: linear-gradient( to right, white 66.66666667%, white 33.33333333% ) !important;
    }
}