body {

margin: 0;

padding: 0;

font-family: Arial, sans-serif;

background-color: #f0f2f5; /* A light, neutral background */

color: #333;

display: flex;

justify-content: center;

align-items: center;

min-height: 100vh; /* Full viewport height */

text-align: center;

}.container {

padding: 20px;

}h1 {

font-size: 2.5em; /* Responsive font size */

color: #2c3e50; /* A slightly darker, professional color */

margin-bottom: 0.5em;

}p {

font-size: 1.2em;

color: #555;

line-height: 1.6;

}