* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-bar {
    background: orange;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Bebas Neue', sans-serif;
}

.user-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0s);
    cursor: pointer;
    font-size: 18px;
}

.we {
    background: none;
    border: 1px;
    border-radius: 9px;
}