@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sekuya&display=swap";*{margin:0;padding:0;font-family:Inter,sans-serif}h1,h2,h3,h4,h5{font-family:Sekuya}body{background-color:#0e0e0e;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}div.message{text-align:center;color:#fff;flex-direction:column;display:flex}div.message>figure img{width:50vh;animation:3s ease-in-out infinite alternate pulse-shadow}@keyframes pulse-shadow{0%{filter:drop-shadow(0 0 20px #e91e63)}to{filter:drop-shadow(0 0 80px #e91e63)}}div.message>h1,div.message>h2{background:-webkit-linear-gradient(275deg,#eee,#e91e63);-webkit-text-fill-color:transparent;-webkit-background-clip:text}div.message>h1{font-size:4em}div.message>h2{letter-spacing:20px;margin-bottom:20px;font-size:3em}div.message>h4{font-family:Inter}
