*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul, ol {
list-style-type: none;
}
body {
min-height: 100dvh;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
a {
text-decoration: none;
color: black;
}
img, picture {
width: 100%;
max-width: 100%;
display: block;
}
input, button, textarea, select {
font: inherit;
}