*,
*::before,
*::after {
    -webkit-tap-highlight-color: transparent;
}

input:focus,
textarea:focus,
button:focus,
select:focus,
a:focus {
    outline: none;
}

::selection {
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
}

::-moz-selection {
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
}