#bios {
    position: fixed;
    inset: 0;
    display: none;
    background: #000000;
    color: #c7c7c7;
    overflow: hidden;
    z-index: 5000;
}

#bios-logo {
    position: absolute;
    top: 18px;
    left: 16px;
    width: min(38vw, 620px);
    height: auto;
    image-rendering: auto;
    filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(4623%) hue-rotate(347deg) brightness(92%) contrast(118%);
}

#bios pre {
    margin: 0;
    padding: clamp(110px, 15vh, 220px) 18px 10px 18px;
    width: 100vw;
    height: 100vh;
    white-space: pre;
    overflow: hidden;
    font-family: "IBM VGA 8x16", "Perfect DOS VGA 437", "PxPlus IBM VGA9", "Lucida Console", "Courier New", monospace;
    font-size: clamp(16px, 1.65vw, 30px);
    line-height: 1.06;
    letter-spacing: 0;
}
