html, body {
  height: 100%;
  margin: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-svg {
  max-width: 100%;
  max-height: 100%;
  width: 60vh;
  height: auto;
}