body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    max-width: 600px;
    padding: 20px;
}

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;
}