/* Specific Header Styles for Home */

header .menu-mobile{
    background: #ffffff;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menu-mobile .material-icons {
    font-size: 24px;
    color: #999999;
}

header .menu-mobile:hover {
    background-color: #e0e0e0;
}