.header {
    background-color: #333; /* Color del encabezado */
    color: white;
    width: 100%;
}
.nav-links {
    background-color: #444; /* Color de la barra de navegación */
}
.content {
    background-color: #e6f7ff; /* Color de fondo para el contenido */
}
.image-placeholder {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
}
.empty-sidebar {
    background: none;
}
/* Añade esto al final de styles.css */
.text-justified {
    text-align: justify;
    text-justify: inter-word;
}