/* styles.css */
body { 
    font-family: 'Courier New', Courier, monospace; 
    background-color: #ffffff; 
    color: #000000;
    font-size: 18px;
}

.border-thick {
    border: 4px solid #000000;
}

/* Typography adjustments for the aesthetic */
h1, h2, p {
    text-transform: lowercase;
}