body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #73baea;
    margin: 0;
    padding: 0;
}

.tarjeta {
    max-width: 800px;
    background: rgb(214, 150, 211);
    margin: 40px auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.foto {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
}

h1 {
    text-align: center;
    font-size: 28px;
    color: #1e3a8a;
}

.frase {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    color: #4b5563;
}

section {
    margin-bottom: 25px;
}

h2 {
    color: #2563eb;
    border-bottom: 2px solid #e0e7ff;
    padding-bottom: 5px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
    color: #374151;
}

p {
    color: #374151;
    line-height: 1.6;
}