@import"https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap";:root{--gutters: 30px}*{box-sizing:border-box}body{font-family:"Didact+Gothic",sans-serif;font-size:16px;margin:0;padding:0;background-color:#000;line-height:1.1}main{display:flex;flex-direction:column;justify-content:center;min-height:100vh;background:#fff;color:#111;background-color:#111;overflow:hidden}.top-bar{width:100vw;height:0px;background-color:#111;z-index:1}.top-half{min-height:55vh;display:flex;justify-content:flex-start;flex-direction:column-reverse;align-items:flex-end;padding:var(--gutters);background-color:#fff}.top-half:before{content:"";position:absolute;left:0;top:0;width:100vw;height:100vh;background-size:auto,20px 20px;background-image:radial-gradient(100% 68% at 70% 15%,transparent 40%,#fff 79%),conic-gradient(from 90deg at 1px 1px,transparent 90deg,rgba(202,212,215,.24) 0);z-index:0}.top-half h1{font-size:3rem;margin:0;background-image:radial-gradient(circle at 50% 50%,#2d4b35,#0a0a0a 25%,#235288 85%);color:transparent;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 42s ease-in-out infinite;animation-direction:alternate;background-size:400% 400%;overflow:hidden;z-index:1}.top-half a{color:#111;text-decoration:none;font-weight:700;padding:5px 0;display:inline-block}.top-half a:hover,.top-half a:focus{color:#111;text-decoration:underline}.top-half a:active,.top-half a:visited{color:#111;-webkit-text-decoration:nonde;text-decoration:nonde}@keyframes gradientAnimation{0%{background-position:0% 0%}50%{background-position:100% 50%}to{background-position:0% 100%}}@media screen and (max-width: 768px){.top-half{padding-bottom:100px}.top-half p{max-width:100%}.scene-container{margin-left:-28px}}@media screen and (max-width: 500px){.scene-container{margin-left:-32px}}.my-info{max-width:768px;margin:0 auto;position:relative;z-index:1}.bottom-half{position:relative;z-index:1;width:100%;height:100%;min-height:45vh;background:#000;color:#fff;padding:var(--gutters)}.bottom-half ul.socials{list-style:none;padding:0;margin:0;display:flex;justify-content:flex-end}.bottom-half .socials li{position:relative;padding:0 10px}.bottom-half .wave{position:absolute;top:-1px;left:0;width:100%;height:40px;overflow:hidden;transform:scaleY(-1)}@media screen and (max-width: 768px){.bottom-half .socials li{padding:0 0 0 24px}}.bottom-half p a{color:#fff;text-decoration:none;font-weight:700}.bottom-half li a{z-index:10;color:#111;text-decoration:none;display:flex;place-items:center;height:30px;width:30px;padding:20px;background-color:#fff;transition:transform .6s ease-out;position:relative;-webkit-mask-image:var(--mask-url);mask-image:var(--mask-url);-webkit-mask-size:30px 30px;mask-size:30px 30px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-:destination-out}.bottom-half a:hover{transform:scale(1.1)}.bottom-half a>img{height:30px;width:30px}.bottom-half-content{max-width:768px;margin:0 auto}.posts-list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;margin:0}.distorted-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:-1}
