body {
  background-color: #2D3748;
  color: white;
  font-family: sans-serif;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
