* {
  box-sizing: border-box;
}
body, h1, h2, h3, p, ol, ul, input {
  margin: 0;
  padding: 0;
  font-weight: normal;
}