#emailButton {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;  /* A kép méretéhez igazítsd */
    height: 60px;  /* A kép méretéhez igazítsd */
    background: url('gomb.png') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    padding: 0;
}


#fbToolBar {
    display: none !important;
}