*{
margin:0;
padding: 0;
vertical-align: baseline;
}

*,*::before,*::after{
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}

body{
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1,5;
}

ul ,ol{
list-style: none;
}

a {
    color:inherit;
    display: block;
    text-decoration: none;
}
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;
}