html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0a0a;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.anim svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.anim path {
  stroke-width: 2;
}