body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 40px;
    line-height: 1.4;
}

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

.nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.back-link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.back-link:hover {
    text-decoration: underline;
}

.download-link {
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
}

.download-link:hover {
    background-color: #000000;
    color: #ffffff;
}

.header {
    text-align: center;
    margin-bottom: 30px;
}

h1 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.contact-info {
    margin-top: 10px;
}

.section {
    margin-bottom: 30px;
}

.section-title {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    display: block;
}

.job-title {
    font-weight: bold;
}

.job-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
    margin-top: 5px;
}

li {
    margin-bottom: 5px;
}

.content {
    white-space: pre-wrap;
}
