.p-home{background:rgba(0,0,0,.7)}.p-home,.p-home .backdrop{width:100dvw;height:100dvh}.p-home .backdrop{position:fixed!important;top:0;left:0;z-index:-99}.p-home .big-banner{height:90dvh;text-align:center;font-size:150px}.p-home .big-banner,.p-home footer{display:flex;justify-content:center;align-items:center;font-family:monospace}.tagline{color:hsla(0,0%,61%,.749);text-shadow:skyblue 0 0 20px}.pulsing{animation:pulsing 3s ease-in-out;animation-iteration-count:infinite;opacity:1;color:skyblue;text-shadow:0 0 40px #000,0 0 10px #ffc0c0}@keyframes pulsing{0%{transform:scale(.98);color:#77a1b2}50%{transform:scale(1.1);color:#b3e0f2}to{transform:scale(.98);color:#77a1b2}}.rainbow{animation:rainbow 2.5s linear;animation-iteration-count:infinite}@keyframes rainbow{0%,to{color:red}8%{color:#ff7f00}16%{color:#ff0}25%{color:#7fff00}33%{color:lime}41%{color:#00ff7f}50%{color:aqua}58%{color:#007fff}66%{color:blue}75%{color:#7f00ff}83%{color:#f0f}91%{color:#ff007f}}