body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

.page {
    width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.header {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.foto {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.header {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

header {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

h1, h2 {
    margin-bottom: 10px;
}

section {
    margin-top: 15px;
}

ul {
    padding-left: 20px;
}


.center {
    text-align: center;
    color: gray;
}