@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);:root,body{color:#fff;height:100%;overflow:hidden;background:#fa154b}body{display:flex;align-items:center;justify-content:center}div{background:radial-gradient(ellipse at bottom,#fff,transparent,transparent) 50% 100%/50% 50% no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;font-size:10vw;font-family:"Source Sans Pro",sans-serif;animation:3s ease-in-out .2s forwards reveal,2.5s linear 2s infinite glow}@keyframes reveal{80%{letter-spacing:8px}100%{background-size:300% 300%}}@keyframes glow{40%{text-shadow:0 0 8px #fff}}