@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Tiny5&display=swap');

#game{
    position:fixed;
    height:100vh;
    left:0;
    top:0;
    image-rendering:pixelated;
}
#code{
    position:fixed;
    height:100vh;
    width:100vh;
    left:51vw;
    top:0;
    color:#fff;
    overflow-y:scroll;
    overflow-x:hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight:400;
    font-size:15px;
}
#code::-webkit-scrollbar{
    display:none;
}
html,body{
    background:black;
}
h1{
    font-size:30px !important;
    margin:0;
    padding:0;
    line-height:1em;
    font-weight:400;
    position:relative;
    left:60px;
}