* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #020202;
  background-color: #E7E7E7;
}

main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}