main{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-height:90vh}#logo{max-width:100%}footer{text-align:center}.circle-path,.line-path{stroke-dasharray:1590 1590;stroke-dashoffset:1590;stroke-width:100;-webkit-animation:logo-animation 3s cubic-bezier(.8,.02,.61,.69) forwards;animation:logo-animation 3s cubic-bezier(.8,.02,.61,.69) forwards}.line-path{-webkit-animation-delay:.8s;animation-delay:.8s}@-webkit-keyframes logo-animation{0%{stroke-dashoffset:-1590}to{stroke-dashoffset:0}}@keyframes logo-animation{0%{stroke-dashoffset:-1590}to{stroke-dashoffset:0}}