body { font-family: Arial, sans-serif; text-align: center; background-color: #f4f4f4; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { background: #fff; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 500px; text-align: center; } h1 { color: #333; margin-top: 20px; } p { color: #666; } img { max-width: 100%; height: auto; border-radius: 8px; }
Our website is currently being updated. Please check back soon!