*{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    
}

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 100%;
}

body{
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    
}
h1,h2,h3,h4{
    padding: 0;
    margin: 0;
}
 
ul, ol{
    list-style: none;
}

a{
    text-decoration: none;
    display: block;
}
p a {
    display: inline;
}
img, video, iframe, picture, figure {
    max-width: 100%;
    display: block;
}
form, input, select, textarea, button, label {
    display: block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}