a {
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}


@media screen and (max-width:767px) {

    body,
    html {
        width: 100vw;
        overflow: hidden;
        overflow-y: scroll;
        min-width: 100vw
    }

    ::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none
    }

    * {
        -webkit-tap-highlight-color: transparent
    }

    body * {
        max-height: 999999px
    }
}