.scanlineV {
    position: fixed;
    inset: 0;
    opacity: 50%;
    background-image: repeating-linear-gradient( to right, transparent 0px, transparent 8px, rgba(0, 0, 0, 0.25) 8px, rgba(0, 0, 0, 0.25) 9px );
}

.scanlineH {
    position: fixed;
    inset: 0;
    opacity: 50%;
    background: repeating-linear-gradient( to top, transparent 0px, transparent 8px, rgba(0, 0, 0, 0.25) 8px, rgba(0, 0, 0, 0.25) 9px );
}
.screen{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
}
@font-face {
    font-family: "cascadia";
    src: url("CascadiaCode.woff");
}
body{
    background: radial-gradient(ellipse at center, #151515 0%, #0b0d11 50%, #000000 100%);
    inset: 0;
    margin: 100vh;
    color: white;
    font-family: cascadia, sans-serif;
}