
html {
    font-size: 62.5% !important; /*1 rem = 10px*/
}

body {
    font-size: 1.6em;
}

html,
body,
*::after,
*::before {
    margin: 0;
}

/* * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
} */
