body {
  background-color: black;
  padding: 0;
  margin: 0;
}
#c {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}