body {
  margin: 0;
  background-color: #111112;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

main {
  min-height: 100vh;
}
