body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    color: #000000;
}

header p {
    margin: 5px 0;
    font-size: 1em;
    color: #555;
}

header a {
    color: #000000;
    text-decoration: none;
}

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

.social-links {
    margin-top: 10px;
}

.social-links a {
    font-weight: bold;
}

section {
    margin-bottom: 20px;
}

h2 {
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #0056b3;
    font-size: 1.5em;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%230056b3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>') no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
}


#experiencia .job h3 {
    margin-bottom: 5px;
    font-size: 1.2em;
}

#experiencia .job p {
    margin: 0 0 10px 0;
}

#experiencia .job p em {
    color: #555;
    font-size: 0.9em;
}

footer {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    color: #777;
}
