body {
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  #black {
    height: 100vh;
    width: 100vw;
    background-color: #111;
  }
  
  #dvd {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 83px;
    width: 325px;
    mask: url("./obscura-cinema.svg");
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
    background-color: white;
  }
  