*, *::before, *::after {
    box-sizing: border-box;
}
viewport {
    width: 100vw inherit;
    height: 100vh;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    /*overflow: hidden;*/
    font-size: 100%;
    font-weight: normal;
}
p, li, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
a {
    text-decoration: none;
}