         body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            background-color: #f9f9f9;
            color: #333;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .container {
            background-color: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            max-width: 600px;
            width: 100%;
            text-align: center;
            font-size: 18px;
            line-height: 1.6;
        }
        h1 {
            font-size: 28px;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        .company-info p {
            margin: 10px 0;
        }
        .company-info strong {
            font-size: 20px;
        }
        .address {
            margin-top: 20px;
            font-style: normal;
        }
        .email {
            color: #3498db;
            text-decoration: none;
        }
        .email:hover {
            color: #2980b9;
        }
        footer {
            margin-top: 30px;
            font-size: 14px;
            color: #aaa;
        }
