.Layout_container__HbNbg{position:relative;min-height:100vh;overflow:hidden;background-color:#fff;font-family:Quicksand,sans-serif}.Layout_backgroundGlow__wPjUF{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(circle at 20% 30%,#ff6ec4 0,transparent 40%),radial-gradient(circle at 80% 30%,#ffb86c 0,transparent 40%),radial-gradient(circle at 50% 70%,#7cf3d1 0,transparent 40%),radial-gradient(circle at 70% 90%,#58a6ff 0,transparent 40%),radial-gradient(circle at 30% 90%,#d78aff 0,transparent 40%);animation:Layout_background__KViEa 15s ease infinite;background-blend-mode:screen;opacity:.8;pointer-events:none}@keyframes Layout_gradientFlow__yL4EL{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Layout_mainContent__w4tTX{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh}@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Satisfy&family=Quicksand:wght@400;600&family=Roboto:wght@400;500&family=Asap:wght@400;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;font-family:Quicksand,Roboto,Asap,sans-serif;background:linear-gradient(135deg,#ff6ec4,#ffb86c,#faff70,#7cf3d1,#58a6ff,#d78aff);background-size:400% 400%;animation:gradientFlow 15s ease infinite;color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}a{color:inherit;text-decoration:none}.logoText{font-family:Satisfy,cursive;font-size:1.3rem;color:#fff;letter-spacing:.5px}.questionText{font-family:Dancing Script,cursive;font-size:1.6rem;text-align:center;line-height:1.5;color:#fff}.container{max-width:960px;margin:0 auto;padding:1rem}button{font-family:Quicksand,sans-serif;font-weight:600;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.2rem;transition:all .3s ease}button:hover{opacity:.9}