/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Container Styles */
.container {
    width: 800px;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Header Styles */
header {
    text-align: center;
    margin-bottom: 1.5rem;
}

header h1 {
    margin: 0;
    font-size: 2rem;
    color: #0073e6;
}

header p {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: #555;
}

/* Section Styles */
section {
    margin-bottom: 2rem;
}

section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0073e6;
}

/* List Styles */
ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

/* Job and Project Styles */
.job, .project {
    margin-bottom: 1.5rem;
}

.job h3, .project h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #444;
}

.job p, .project p {
    font-style: italic;
    margin-bottom: 0.5rem;
}

/* Education and Certifications */
section ul li {
    margin-bottom: 1rem;
}

strong {
    font-weight: bold;
}
