body {
    margin: 0;
    background-color: black;
    color: #00ff88;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.terminal {
    font-size: 20px;
    white-space: pre-line;
}
