.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body {
	background-color: #1f1f1f;
}