*,
*::before,
*::after {
  box-sizing: border-box;
}


ul,
ol, 
li {
  padding: 0;
  margin: 0;
  display: block;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
textarea,
select {
font: inherit;
}

a {
  text-decoration: none;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  height: 50px;
  border: 1px solid #000;
}