/* =========================
   HEADER
========================= */

.top-header {
    position: sticky;
    top: 0;
    z-index: 50;

    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.96);

    border-bottom: 1px solid #e5e5e5;

    backdrop-filter: blur(10px);
}


/* =========================
   LOGO
========================= */

.logo {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}