body { font-family: Arial, sans-serif; line-height: 1.6; background-color: #f4f4f4; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .container { background-color: #fff; width: 80%; max-width: 1200px; padding: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } header { text-align: center; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; } header […]
Posted in