html, body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0F1314;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
      position: absolute;
      padding: 0;
      width: 100vw;
      height: 100vw;
      max-height: 100vh;
      max-width: 100vh;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #0F1314;
    }
