body {
    background-color: #000000;
    color: #DDDDDD;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.6;
    padding: 20px;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #DDDDDD;
}

p:last-of-type {
    margin-bottom: 0;
}