body {
    margin:0;
    background:#0b0614;
    color:#e6d6ff;
    font-family:monospace;
    overflow:hidden;
}

#stage{
    position:relative;
    width:100vw;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

#screen{
    width:960px;
    height:540px;
    background:black;
    box-shadow:0 0 40px #b06cff;
}

#hud{
    position:absolute;
    top:20px;
    left:20px;
    background:rgba(0,0,0,0.4);
    padding:12px;
    border:1px solid #a86cff;
}

#slot{
    font-size:20px;
}

#frame{
    font-size:14px;
}