@import url("https://fonts.googleapis.com/css2?family=Libertinus+Mono&family=Pragati+Narrow:wght@400;700&display=swap");:root{--background:#f4f4f4;--foreground:#0f0f0f}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-size:10px;font-family:Libertinus Mono,Courier New,Courier,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;border-bottom:1px dashed #888;text-decoration:none}main{max-width:100%}#minicircle{width:25px;height:25px;border-radius:100%;background:black;filter:blur(3px);z-index:99;transition:transform .23s;pointer-events:none}#minicircle,header{top:0;left:0;position:fixed}header{text-transform:uppercase;width:100%;padding:1.25em 4.2em;background:var(--background)}header a{border:0}nav{text-transform:uppercase;display:inline-block;background:var(--background)}nav a{margin-left:5em;border-bottom:0}#circle1,#circle2,#circle3,#circle4,#circle5,#circle6,#circle7,#circle8{position:fixed;filter:blur(1.2px)}#circle1{border:1px dotted #999;width:150px;height:150px;z-index:99;border-radius:100%;left:calc(50vw - 127px);top:calc(50vh - 127px);transition:.8s}#circle2{top:calc(50vh - 150px)}#circle2,#circle3{border:1px dotted #999;width:150px;height:150px;z-index:99;border-radius:100%;left:calc(50vw - 150px/2);transition:.8s}#circle3{top:calc(50vh)}#circle4{left:calc(50vw)}#circle4,#circle5{border:1px dotted #999;width:150px;height:150px;z-index:99;border-radius:100%;top:calc(50vh - 150px/2);transition:.8s}#circle5{left:calc(50vw - 150px)}#circle6{left:calc(50vw - 128px);top:calc(50vh - 22px)}#circle6,#circle7{border:1px dotted #999;width:150px;height:150px;z-index:99;border-radius:100%;transition:.8s}#circle7{left:calc(50vw - 23px);top:calc(50vh - 23px)}#circle8{border:1px dotted #999;width:150px;height:150px;z-index:99;border-radius:100%;left:calc(50vw - 25px);top:calc(50vh - 130px);transition:.8s}#circle1,#circle2,#circle3,#circle4,#circle5,#circle6,#circle7,#circle8{z-index:-1}@media only screen and (max-width:850px){#minicircle{display:none}}