@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;padding:0;margin:0}:root{--offwhite: #f7f9f9;--offblack: #181818;--seasalt: #f7f9f9;--ash-gray: #bed8d4;--ash-gray-darker1: #a7c5c0;--ash-gray-darker2: #95b4af;--ash-gray-darker3: #95b4af;--jet: #333333;--accent-red: #ff6b6b;--accent-red-hover: #d45656;--vista-blue: #7f96ff;--bg-gradient: linear-gradient(135deg, #592D9C, #060419)}html,body{min-height:100dvh;min-width:100dvw;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}div.container{min-height:100dvh;min-width:100dvw;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#000;background:var(--bg-gradient);padding:1rem}div.container img{width:600px;padding:10px;border-radius:1rem;max-width:98%;margin-bottom:15px}div.content{text-align:center;max-height:98dvh;overflow:auto;max-width:94dvw}div.content h1{color:#fff;font-weight:400;font-size:2rem;text-transform:uppercase;letter-spacing:25%;margin-top:2rem}div.content a{display:inline-block;margin-top:20px;padding:.6rem 1.3rem;border-radius:50px;background-color:#934def;color:#fff;font-size:1rem;text-decoration:none;font-weight:500;transition-duration:.4s;max-width:94%}div.container a:hover,div.container a:focus-visible{background-color:#592d9c}@media (max-width: 850px){div.content h1{font-size:2rem}div.content h2{font-size:1.2rem}}
