body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; } header { background: #333; color: #fff; padding: 10px 20px; text-align: center; } nav ul { list-style: none; padding: 0; text-align: center; background: #444; } nav ul li { display: inline; margin: 0 15px; } nav ul li a { color: white; text-decoration: none; } main { padding: 20px; } footer { text-align: center; padding: 10px 20px; background: #333; color: #fff; position: fixed; bottom: 0; width: 100%; }