  body {
            font-family: 'Segoe UI', sans-serif;
            background-color: #f9f9f9;
        }

        .contact-header {
             background-color: #2c3e50;
            color: white;
            padding: 60px 0;
            text-align: center;
        }

        .contact-form {
            background: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
        }

        .contact-info i {
            color: #007bff;
            font-size: 20px;
            width: 30px;
        }

        .form-control:focus {
            box-shadow: none;
            border-color: #007bff;
        }

        .btn-primary {
            background-color: #004d40;
            border: none;
        }

        .btn-primary:hover {
            background-color: #00695c;
        }
		
		footer {
			background-color: #34495e;
			width:100%;
			color: white;
			padding: 20px 0;
			text-align: center;
		}

footer p {
    font-size: 16px;
}
    </style>