html,body{height:calc(100svh - 5.5rem);margin:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:18px;padding:5.5rem 1rem 0rem;--primary: #7623c6;--background-color: rgba(255, 255, 255, .87);--color: #242424;color-scheme:light dark;background:url(/bk.jpeg) center/cover no-repeat;background-attachment:fixed;color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{position:fixed;top:.5rem;left:1rem;width:calc(100% - 6rem);padding:.5rem 2rem;background-color:var(--background-color);box-shadow:0 0 5px var(--color);border-radius:15px;display:flex;justify-content:space-between}.logoDiv{display:flex;gap:.5rem;align-items:center}.logoDiv a{width:3rem;height:3rem;background:url(/logo.png) center/cover no-repeat}.logoDiv h3{color:var(--primary)}.containerMain{width:calc(100% - 2rem);min-height:calc(100svh - 8.5rem);padding:1rem;background-color:var(--background-color);border-radius:15px;display:flex;gap:1rem;flex-direction:column}.devContainer{position:fixed;top:0;left:0;width:100%;min-height:100svh;background-color:#010105;display:flex;align-items:center;justify-content:center}.devContainer img{width:35rem;max-width:calc(100% - 4rem)}
