body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

h1 {
    color: #0056b3;
}

p {
    max-width: 600px;
    line-height: 1.6;
}