:root {
    --topbar-color: #FFF;
    --topbar-hover-color: #d7d7d7;
}

.topbar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff1a;
    font-size: 14px;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.topbar-right a {
    color: #FFF;
    text-decoration: none;
}

.topbar-right a:hover {
    opacity: 0.75;
}

.topbar-right a.login-button {
    color: var(--topbar-color);
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid var(--topbar-color);
}
