body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:1.5;background-color:#171717;color:#fff;margin:0;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:#fff}#root{position:relative;height:100vh;display:flex;flex-direction:row;justify-content:center}#app{flex:0 0 50vh;height:100vh;overflow:hidden}#canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#canvas *{position:absolute;width:100%;height:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none}#lifeform-container,#stars-container,#thoughts-container{display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 600px){#app{flex:0 0 100%}}#background-container{background:linear-gradient(180deg,#000000 0%,#0b1624 80%)}
