* {
  box-sizing: box-model;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  height: 100%;
}

html, body {
  display: flex;
}

body {
  flex: 1;
}

h1 {
  margin: auto;
  font-size: 4rem;
}
