@import url('https://fonts.googleapis.com/css2?family=Foldit:wght@100;200;300;400;500;600;700;800&display=swap');body{display:flex;flex-direction:column;align-items:center;margin:0px;font-family:'roboto';box-sizing:border-box;background:linear-gradient(#4e0088,#030103);}inb{display:inline-block;}.crirle-content{position:absolute;display:flex;justify-content:center;width:100%;overflow:hidden;top:-500px;overflow:hidden;}#circle-top{display:block;background:linear-gradient(#0b37cb,#d100ff,#d100ff);height:1100px;min-width:1100px;border-radius:100%;z-index:-1;overflow:hidden;background-attachment:fixed;}.top{position:relative;width:calc(100% - 40px);max-width:800px;}nav{display:flex;justify-content:center;color:white;margin-top:20px;}nav a{margin-right:20px;padding:10px;}.logo-header{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;color:white;font-size:2em;z-index:2;height:350px;}.logo-header img{display:flex;z-index:1;margin:0px;margin-bottom:20px;letter-spacing:0.1em;font-size:4em;width:100%;}.logo-header h2{margin:0px;font-weight:100;text-align:center;}.top h3{position:absolute;color:#420250;bottom:-100px;text-align:center;margin:0px;font-size:0.8em;font-weight:500;}#descript{max-width:500px;color:white;text-align:center;}main{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;min-height:1000px;width:calc(100% - 40px);margin-top:150px;}main>div{width:100%;max-width:900px;}foot{display:flex;background-color:black;box-sizing:border-box;color:white;padding:10px;width:100%;}@media (max-width:800px){.logo-header h2{font-size:1em;}}