body{transition-property:opacity,transform,filter,background;transition-timing-function:ease-in-out;transition-duration:.5s}.page-transition{opacity:0;background:black;transform:translateY(60px);filter:blur(10px)}#logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;animation:fill .8s ease-out 2.1s forwards}@media screen and (max-width:768px){#logo{width:130px}}@keyframes line-anim{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes fill{0%{fill:transparent}70%{transform:translate(-50%,-50%) scale(1)}80%{transform:translate(-50%,-50%) scale(.9);fill:#bee524}to{transform:translate(-50%,-50%) scale(.72);fill:#a8e524}}.animate-fade-in{animation:fadeIn .3s}.animate-bubble{animation:bubbleIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bubbleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}