svg {
  overflow: visible;
  height: 70vh;
}

body {
  background-color: #1a1c1f;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}