html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #1f242e;
}

.main {
  display: flex;
  flex-direction: column;
}
