* {
  margin: 0;
}

#canvas-parent {
  display: flex;
  justify-content: center;
}

.header {
  background-color: rgb(19, 15, 64);
}