/**
 * Default styles. Here you can add the style needed by your project.
 */
 body {
    margin: 0px;
    background-color: black;
    overflow: hidden;
  }

  #content {
    position: absolute;
    width: 100%;
    height: 100%;
  }