*{margin:0;padding:0;box-sizing:border-box;font-family:'Open Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}body{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#1a1b1d;color:#fff;overflow:hidden}img{position:relative;top:100%;max-height:300px;padding:1rem;margin:0 1rem;opacity:0;animation:.3s slide-up forwards ease-in-out}h1{position:relative;top:100%;padding:1rem;margin:0 0 2rem;text-align:center;max-width:600px;opacity:0;animation:.3s .15s slide-up forwards ease-in-out}a{position:relative;top:100%;display:flex;justify-content:center;align-items:center;margin:1rem;padding:1rem 2rem;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;background:linear-gradient(106deg,#d7363e,#ff7900 100%);border:2px solid transparent;border-image:linear-gradient(180deg,#24c7f8,#1d2ce8) 10;transition:all .2s ease-in-out;opacity:0;animation:.3s .3s slide-up forwards ease-in-out}a:hover{transform:scale(1.2) skew(-2.5deg)}@keyframes slide-up{from{top:200px;opacity:0}to{top:0;opacity:1}}