.contact-container1 {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
            max-width: 400px;
            width: 100%;
            margin: 50px auto;
        }
        h2 {
            color: #ff4b2b;
        }
        .contact-info1 {
            margin: 15px 0;
            font-size: 18px;
        }
        .contact-info1 a {
            text-decoration: none;
            color: #ff416c;
            font-weight: bold;
        }
        .qr-code {
            margin-top: 15px;
        }
        .qr-code img {
            width: 200px;
            height: 200px;
            border-radius: 10px;
        }