body {
    font-family: 'Georgia', serif;
    margin: 0;
    line-height: 1.6;
    background-color: #f9f9f9;
    background-image: none;
    color: #333;
    padding: 0 20px; /* Ajuste de padding para evitar que el contenido se salga de la pantalla en dispositivos pequeños */
}

h1 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul {
    margin-left: 40px;
    font-size: 1.1em;
}

li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    body {
        padding: 0;
    }

    h1 {
        margin: 0;
    }
}
