/* Hamburger Icon */
.hamburger_menu {
    font-size: 35px;
    cursor: pointer;
    user-select: none;
    z-index: 1000; /* Always clickable */
}