.bsod {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000aa;
    color: white;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bsod-content {
    width: 80%;
    max-width: 600px;
    line-height: 1.5;
}

.bsod h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

.bsod p {
    margin-bottom: 20px;
}
