* {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0); !* make transparent link selection, adjust last value opacity 0 to 1.0 *!*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar {
    display: none;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}