/* Global Styles */
/* Global Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #000000;
    color: #fff;
}

header, footer {
    background: #117e11;
    color: #fffafa;
    padding: 20px 0;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1, footer p {
    margin: 0;
    font-size: 3em;
}

section {
    padding: 20px;
    margin: 10px auto;
    background: #fff;
    color: #000;
    border-radius: 5px;
    max-width: 900px;
}

h2 {
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin: 0 0 15px;
    font-size: 1.5em;
}

ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.job, .education-item, .project {
    margin-bottom: 15px;
}


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-text {
    flex: 1;
}

.header-image {
    flex: 0 0 auto;
    margin-left: 20px;
}

.header-image img {
    border-radius: 50%;
    width: 200px; 
    height: 200px; 
    object-fit: cover;
}
