body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    margin: 0; /* Keep margin: 0 to remove default browser margin */
}

a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff; /* This background-color might be redundant if the link is inline */
    color: #4c66fd;
    line-height: 1.6; /* This line-height might be redundant if the link is inline */
    /* Remove display: flex, justify-content, align-items, and min-height for 'a' tag */
}

.container {
    max-width: 600px;
    padding: 20px;
    margin: 0 auto; /* Add this to center the container horizontally */
}

h1, h2 {
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 2.5em; /* 40px */
    margin-bottom: 20px;
}

h2 {
    font-size: 2.5em; /* 40px */
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-me p {
    font-size: 1.125em; /* 18px */
    color: #555;
}

.experience .job {
    margin-bottom: 25px;
}

.experience h3 {
    font-size: 1em; /* 16px */
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.experience p {
    font-size: 1em; /* 16px */
    color: #555;
    margin-top: 0;
}