*{ padding: 0;
  margin: 0;
  box-sizing: border-box;

}

body {
  width: 100%;
  height: 100vh;

}
#logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -5%);
}

!* #logo Path::nth-child(1)
  stroke-dasharry: 30px;
}
