*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial Black,Helvetica Neue,Arial,sans-serif;overflow:hidden}#app{width:100vw;height:100vh}.pop-art-container{width:100vw;width:100dvw;height:100vh;height:calc(var(--vh, 1vh) * 100);height:100dvh;min-height:-webkit-fill-available;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.pop-art-container.transitions-enabled{transition:background-color .8s ease-in-out}.dotted-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-size:30px 30px;background-position:0 0}.pop-art-container.transitions-enabled .dotted-background{transition:background-image .8s ease-in-out}.centered-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%}.text-box{display:flex;align-items:center;justify-content:center;min-width:600px;max-width:1200px;padding:4rem 6rem;position:relative}.bubble{position:absolute;transform:translate(-50%,-50%);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:1;pointer-events:none}.pop-art-container.transitions-enabled .bubble{transition:top .8s ease-in-out,left .8s ease-in-out,width .8s ease-in-out,height .8s ease-in-out,opacity .5s ease-in-out}.text-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.main-text{font-family:Impact,Arial Black,sans-serif;font-size:clamp(1.8rem,4.5vw,3.5rem);font-weight:900;color:#000;text-shadow:3px 3px 0px #ff0066,5px 5px 0px #ffcc00;letter-spacing:.1em;text-transform:uppercase;margin:0;padding:0;animation:colorFlicker .5s infinite}.email-text{font-family:Permanent Marker,cursive;font-size:clamp(.75rem,1.5vw,1.2rem);font-weight:400;color:#000;letter-spacing:.05em;margin:1rem 0 0;padding:0;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.email-text:hover{opacity:.7}@keyframes colorFlicker{0%{color:#000;filter:hue-rotate(0deg)}20%{color:#f06;filter:hue-rotate(60deg)}40%{color:#0f0;filter:hue-rotate(120deg)}60%{color:#06f;filter:hue-rotate(180deg)}80%{color:#fc0;filter:hue-rotate(240deg)}to{color:#000;filter:hue-rotate(0deg)}}@media(max-width:768px){.pop-art-container{height:calc(var(--vh, 1vh) * 100);height:100dvh;min-height:-webkit-fill-available}.centered-content{align-items:center;justify-content:center;padding:0;margin:0}.text-box{padding:3rem 4rem;min-width:400px;max-width:90%;margin:0 auto}.main-text{font-size:clamp(2rem,5vw,3rem)}.email-text{font-size:clamp(.7rem,1.2vw,1rem);margin:.8rem 0 0}}@media(max-width:768px)and (orientation:portrait){.pop-art-container{height:100vh;height:100dvh;min-height:-webkit-fill-available}}
