<script>
import NeonFlicker from "./NeonFlicker.svelte"
</script>
<style>
.container {
display:block;
height:100vh;
width:100vw;
background: black;
color:white;
}
p {
padding:0px 40px;
}
</style>
<div class="container">
<NeonFlicker text="<cy83rnetic/>"/>
<p >
It's the year 2022. Cybernetically enhanced web apps have taken over the world.
</p>
</div>