* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html,
body,
a,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
form,
span,
input,
small,
center,
legend,
iframe,
textarea,
fieldset,
select {
    font-size: 100%;
    text-decoration: none;
    scroll-behavior: smooth;
    vertical-align: baseline;
    list-style: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1;
}