body {
    background-color: #222222; /* Dark gray */
    color: #00FF41; /* Classic terminal green */
    font-family: "Courier New", Courier, monospace; /* Basic web 1.0 body text */
    margin: 0;
    padding: 0;
}

#container {
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #00FF41; /* Adding a border for that old school frame feel */
}

h1 {
    font-family: 'Seravek', sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

h2.presents {
    font-family: 'Seravek', sans-serif;
    font-size: 0.9em;
    font-variant: small-caps;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    margin-bottom: -15px; /* Pull the h1 slightly closer */
}

h2.monitor-subtitle {
    font-family: 'Seravek', sans-serif;
    font-size: 0.9em;
    font-variant: small-caps;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    margin-top: -30px; /* Pull it up closer to the h1 */
    margin-bottom: 40px;
}

p {
    line-height: 1.5;
}

.info-table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
}

.info-table th, .info-table td {
    border: 1px solid #00FF41;
}

.info-table th {
    font-family: 'Seravek', sans-serif;
    font-variant: small-caps;
    font-size: 1.1em;
    padding: 10px;
    border-bottom: 1px dashed #00FF41;
}

.info-table ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}

.info-table li {
    margin-bottom: 8px;
}

a {
    color: #00FF41;
    text-decoration: none;
    border-bottom: 1px solid #00FF41;
}

a:hover {
    background-color: #00FF41;
    color: #222222;
}
