body { font-family: Arial, sans-serif; text-align: center; background-color: #f4f4f4; } header { background-color: #333; color: white; padding: 10px 0; } nav ul { list-style: none; padding: 0; } nav ul li { display: inline; margin: 0 15px; } nav ul li a { text-decoration: none; color: #333; } .integrante { background: white; padding: 20px; margin: 20px auto; width: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .integrante img { width: 150px; height: 150px; border-radius: 50%; }