body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f4f7f6;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
}
.container {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 90%;
}
h1 {
    color: #007bff; /* Or your company's brand color */
    margin-bottom: 20px;
    font-size: 2.5em;
}
p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 25px;
}
.company-name {
    font-weight: bold;
    color: #343a40;
}
.footer {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 30px;
}
