@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";body{font-family:Lexend,sans-serif;background-image:linear-gradient(#00000080,#00000080),url(./BackgroundImage.ByRqFcGU.jpg);background-color:#121212;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#c4c1c1;margin:0;padding:0;height:100vh;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}nav{background-color:#00000017;padding:1rem;display:flex;justify-content:start;gap:1rem}footer{background-color:#00000017;padding:1rem;position:fixed;bottom:0;width:calc(100% - 2rem);color:#c4c1c1;font-size:.9rem;margin-top:2rem;display:flex;justify-content:space-between;align-items:center}footer .center{display:flex;justify-content:center;align-items:center;gap:.5rem;position:fixed;left:50%;transform:translate(-50%)}span.header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}span.header h1{font-size:4rem;margin:0}span.header button{width:50px;height:50px;transition:background-color .3s ease}span.header button:hover{background-color:#826ae3}span.header button{border:none;border-radius:8px;background-color:#fe6dcf;color:#fff;font-size:1rem;cursor:pointer;padding:0}span.header button img{width:100%;height:100%;border-radius:8px;object-fit:cover}a{color:#c4c1c1;font-weight:600;font-family:Lexend,sans-serif;text-decoration:none}a:hover{text-decoration:underline;color:#fe6dcf}main{padding:3rem;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 148px)}@media (max-width: 600px){main{padding:1rem}}main .content{background-color:#0009;padding:3rem;border-radius:12px;max-width:800px;width:100%;box-shadow:0 6px 20px #0006;font-size:1.5rem}@media (max-width: 600px){main .content{padding:1rem;font-size:1.2rem}}h1,h2,h3,h4,h5,h6{color:#826ae3}a{color:#fe6dcf;text-decoration:none}a:hover{text-decoration:underline}
