body {
  background-image: url('aspriteBackground.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100vh;
  font-size: 30px;
  background-color: black;
  }


.center {
  text-align: center;
  }

.right {
  text-align: right;
  }