body {
    background-color: #1a0b2e;
    color: #e0d4f7;        
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.content-wrapper {
    text-align: center;
    max-width: 600px;
}

img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #4b2c7e;
}

p {
    margin-top: 2rem;
    line-height: 1.6;
    font-size: 1.1rem;
    color: #b3a2d6;
}

invisible {
    color: #1a0b2e;
}