/* --- GHOST$1 // IMPERIUM STYLE (No Variables Version) --- */

body {
    background-color: #000308; /* Colore --void */
    color: #B8D8E9;            /* Colore --cyan */
    font-family: 'Courier New', Courier, monospace;
    /* Effetto griglia/punti tipico del 2002 */
    background-image: radial-gradient(#475C78 0.5px, transparent 0.5px);
    background-size: 15px 15px;
    margin: 20px;
}

.window {
    background: #010A0C;       /* Colore --black */
    border: 3px solid #475C78; /* Colore --steel */
    box-shadow: 8px 8px 0px #7873B3; /* Colore --purple */
    margin-bottom: 30px;
    max-width: 700px;
}

.title-bar {
    background: #475C78;       /* Colore --steel */
    color: #000308;            /* Colore --void */
    padding: 3px 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
}

.content {
    padding: 15px;
}

h1 {
    color: #7873B3;            /* Colore --purple */
    text-shadow: 2px 2px #000308;