.top-bar {
    /* position: relative; */
    display: flex;
    height: var(--2rem);
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.top-bar .top-cont {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    gap: var(--1rem);
    font-size: var(--07rem);
}



