/*-start reset-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
    outline: none;
}


*:focus-visible {
     outline: none;
 }

strong {
    font-weight: bold;
}

button {
    background-color: transparent;
    border: none;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}


div:focus {
    outline: none;
}

.btn {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*-end reset-*/