html, body {
  margin: 0;
  padding: 0;
  background: #000;
}

#c {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}