body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

header h1 {
    font-size: 2.5rem;
}

.timeline {
    list-style: none;
    padding: 0;
}

.timeline li {
    margin-bottom: 1.5rem;
}

#contact a {
    text-decoration: none;
}

#contact a:hover i {
    color: #0d6efd; /* Cambia el color al pasar el mouse */
}

footer {
    font-size: 0.9rem;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #0d6efd;
}