        body {
            background-color: #f8fafc;
            font-family: Arial, sans-serif;
        }

        .contact-wrapper {
            max-width: 800px;
            margin: 80px auto;
            background: #ffffff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        .contact-wrapper h1 {
            font-weight: 700;
            margin-bottom: 10px;
        }

        .contact-wrapper h2 {
            color: #2563eb;
            margin-bottom: 30px;
        }

        .contact-item {
            margin-bottom: 15px;
            font-size: 16px;
        }

        .label {
            font-weight: 600;
        }

        .email {
            color: #2563eb;
        }

        .phone {
            font-weight: 600;
        }
    