body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #ffffff;
    color: #000000;
}

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

h1 {
    font-size: 36px;
    margin-bottom: 4px;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    margin-top: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

.contacts {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

a {
    color: #000;
    text-decoration: underline;
}

.download-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 16px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 14px;
}

.download-btn:hover {
    background: #000;
    color: #fff;
}

.summary {
    margin-top: 20px;
    font-size: 16px;
}

.job {
    margin-top: 20px;
}

.job-header {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

ul {
    margin-top: 8px;
}

footer {
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
}
