body{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Georgia', serif;
    color: #ffffff;
    background-image: url(image/akai-ito.jpg);
    background-size: cover;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fffdf9;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #a0522d;
}

.fotos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.foto {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #a0522d;
}

.poesia {
    font-size: 1.2em;
    line-height: 1.8;
    white-space: pre-line;
}
