html,
body,
header {
  background-color: #000;
}

body {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.c-top-spacing {
  padding-top: 0 !important;
}

@media screen and (max-width: 700px) {
  .anim {
    position: relative;
    width: 80%;
  }
}


@media screen and (min-width: 701px) {
  .anim {
    position: relative;
    width: 60%;
  }
}


.anim svg {
  position: relative;
  width: 100%;

}
.anim path {
  stroke-width: 3;
}
