body{display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;overflow:hidden}#background{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(-45deg,#0f0c29,#6a0572,#0052d4,#24243e,#311432);background-size:600% 600%}#background.animated{animation:drift 8s ease infinite}@keyframes drift{0%{background-position:0% 0%}33%{background-position:100% 50%}66%{background-position:0% 100%}to{background-position:0% 0%}}.message{position:relative;z-index:1;margin:0;padding:2rem;color:#ffffffd9;font-size:1.25rem;font-style:italic;line-height:1.8;text-align:center;text-shadow:0 2px 24px rgba(0,0,0,.5);max-width:560px}
