#logoutBtn {
    position: fixed;
    top: 15px;
    right: 70px;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoutBtn img {
    width: 30px;
    height: 30px;
    pointer-events: none;
}
