body {
    background-color: #091c46;
    font-family: "arial", Times, serif;
    margin: 0;
    padding: 50px 0;
    color: #333;
}

h1, h2, h3 {
    text-align: center;
    margin-bottom: 10px;
}

.tarjeta {
    background-color: #a7b8de
;
    width: 80%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.foto {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

.descripcion {
    margin: 15px 0;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
}

ul li {
    margin-bottom: 8px;
}

.contacto li::before {
    content: "🔹 ";

}

.habilidades li::before {
    content: "🔹";
}

.educacion li::before {
    content: "🎓 ";
}

.experiencia li::before {
    content: "🔬 ";
}
