body {
    font-family: 'VT323', monospace;
    background-color: #1a1a1a;
    color: #dcdcdc;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 2rem;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

.breadcrumbs {
    color: #888;
    margin-bottom: 2rem;
}

.main-title {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.subtitle {
    color: #888;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

.content p {
    margin-bottom: 1.5em;
}

/* Remove the old h1 styling as we use classes now */
h1 {
    font-size: inherit;
    margin: 0;
    color: inherit;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: inherit;
    text-transform: none;
}