body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #999;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
