*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus,
input:focus {
  outline: none;
}
button {
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
}
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}
p,
pre {
  margin: 0;
  padding: 0;
}
