body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.resume-container {
    max-width: 8.5in;
    margin: 0 auto;
    padding: 0.5in;
}

header.header-container {
    display: flex;
    align-items: center;
    margin-bottom: 0.5in;
}

img.profile-pic {
    width: 1.5in;
    height: 1.5in;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0.3in;
}

.header-text {
    flex: 1;
}

.header-text h1 {
    font-size: 2.5rem;
    margin-bottom: 0.1rem;
}

.header-text p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

section {
    margin-bottom: 0.3in;
}

section h2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00AEEF;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.1in;
    margin-bottom: 0.2in;
}

section p, section ul {
    font-size: 0.95rem;
    margin-bottom: 0.2in;
}

.project {
    margin-bottom: 0.2in;
}

.project h3 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.project p {
    margin: 0;
}

.credentials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5in;
}

.credentials-grid h3 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 0.1in;
}

.credentials-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.credentials-grid ul li {
    margin-bottom: 4px;
}

strong {
    font-weight: 600;
}
