body {
  background-color: #000000;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.body {
  color: white;
  display: flex;
  flex-direction: column;
}
