.container {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 2rem;
}

.section {
    padding: 2rem 0;
}

.section h2 {
    border-bottom: 2px solid #333;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

.resume-content {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.resume-content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.resume-content h4 {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.resume-content p {
    margin: 0.5rem 0;
}

.resume-content ul {
    margin: 0.5rem 0 1rem 1.5rem;
    padding-left: 1rem;
}

.resume-content li {
    margin-bottom: 0.5rem;
}

.resume-content div {
    margin-bottom: 1.5rem;
}

.resume-content a {
    color: #007BFF;
    text-decoration: none;
    font-weight: 600;
}

.resume-content a:hover {
    text-decoration: underline;
}