* { box-sizing: border-box; } body { display: flex; align-items: center; justify-content: center; height: 100vh; padding: 20px; background: white; font-family: Arial, sans-serif; }