body {
  background: url("./assets/Zombie_.jpg");
  background-size: cover;
  margin: 0;
  display: flex;
  /* This centers our sketch horizontally. */
  justify-content: center;
  /* This centers our sketch vertically. */
  align-items: center;
}

canvas {
  border-style: solid;
}
