body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header, footer {
    background-color: #f8f9fa;
    padding: 10px 20px;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #007bff;
}

nav a:hover {
    text-decoration: underline;
}

.noticias {
    padding: 20px;
}

.noticia {
    margin-bottom: 40px;
}

.noticia-icono-texto {
    display: flex;
    align-items: flex-start;
}
