.whatsapp-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 14px; /* İstediğiniz boşluğu ayarlayabilirsiniz */
} 

@media(min-width:250px) and (max-width: 720px) {	
	.whatsapp-button {
   width:60px;
   height:60px;
   
   }
}

@media screen and (max-width: 768px) {
    .mymobile {
    display: none; 
    }
} 


@media screen and (max-width: 768px) {
    .textmain {
    margin-top: 25px; 
    }
} 