body {
    font-family: Calibri, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7fa;
    color: #1a1919;
}
header {
    background-color: #243b55;
    color: #fff;
    padding: 20px;
    text-align: center;
}
header h1 {
    margin: 0;
    font-size: 3.4em;
}
nav {
    margin: 20px 0;
    text-align: center;
}
nav a {
    color: #243b55;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}
section {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;
}
.section-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;     /* ensures the spacing works across the full section */
}

.section-title {
    font-weight: 600;
    font-size: 1.4em;
}
.section-title2 {
    font-weight: 600;
    font-size: 1.2em;
}
.section-subtitle {
    font-weight: 400;
    font-size: 0.90em;
    padding: 0;
}
.section-date {
    color: #666;     /* optional styling */
    font-size: 1.0em;
}


section h2 {
    color: #243b55;
    font-size: 2em;
    border-bottom: 2px solid #243b55;
    padding-bottom: 10px;
}

.smaller-text {
        font-size: 0.8em; /* Or font-size: 12px; */
      
}

.about-me {
    line-height: 1.4;
}

.experience, .freelance, .projects, .education, .skills, {
    margin-bottom: 30px;
}

footer {
    background-color: #243b55;
    color: #fff;
    padding: 20px;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
}
