*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
font-size: 16px;
}

body {
min-height: 100vh;
font-family: Arial, sans-serif;
line-height: 1.5;
}

a {
color: inherit;
text-decoration: none;
}

button,
input,
textarea,
select {
font: inherit;
}

button {
border: none;
background: none;
cursor: pointer;
}

ul,
ol {
list-style: none;
}

img {
max-width: 100%;
display: block;
}
