h2{position:relative;color:#fff;letter-spacing:3px!important;overflow:hidden;border-right:3px solid #fff;white-space:nowrap;animation:typewriter 2s steps(44) 1s 1 normal both,blinkTextCursor .9s infinite}@keyframes typewriter{0%{width:0}to{width:100%}}@media screen and (min-width:1200px){@keyframes typewriter{0%{width:0}to{width:1050px}}}@media screen and (min-width:992px) and (max-width:1199px){@keyframes typewriter{0%{width:0}to{width:890px}}}@media screen and (min-width:768px) and (max-width:991px){@keyframes typewriter{0%{width:0}to{width:730px}}}@media screen and (max-width:767px){@keyframes typewriter{0%{width:0}to{width:295px}}}@keyframes blinkTextCursor{0%{border-right-color:hsl(0,0%,295px)}to{border-right-color:transparent}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin 10s linear infinite}.lineStyle{position:relative;color:dark;text-decoration:none}.lineStyle:hover{color:#000}.lineStyle:before{content:"";position:absolute;display:block;width:100%;height:1px;bottom:0;left:0;background-color:#6923e1;transform:scaleX(0);transition:transform .3s ease}.lineStyle:hover:before{transform:scaleX(1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}