/* normalize.css — normalization */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
}

body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
select,
textarea {
  margin: 0;
}

img {
  border-style: none;
  height: auto;
}
