        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        #contact h3 {
          text-align: center;
          color: #2e86c1;
        }
    

        .contact h3 {
            text-align: center;
            color: #2e86c1;
          }
        
        /* form {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        } */
    
        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px;
            position: fixed;
            width: 100%;
            bottom: 0;
        }

        footer p {
            margin-bottom: 0px;
        }

        h2 {
            color: #2e86c1;
        }

        header {
            background-color: #2e86c1;
            color: white;
            padding: 20px;
            text-align: center;
        }
        input, textarea {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        
        input[type="submit"] {
            background-color: #2e86c1;
            color: white;
            border: none;
            cursor: pointer;
            padding: 10px;
        }

        .img-director {
            height: 250px;
            /** border-radius: 50%; **/
            width: 230px;
            outline: 1px solid #2e86c1 !important;
        }
        
        .logo-top {
            height: 250px;
        }
        
        label, input, textarea {
        display: block;
        margin: 10px 0;
        }
        
        nav {
            display: flex;
            justify-content: center;
            background-color: #333;
            padding: 15px 0;
        }
      
        nav a {
            color: white;
            margin: 0 20px;
            text-decoration: none;
            font-size: 18px;
        }

        .marketing {
            text-align: center;
        }
      
        section {
            padding: 20px;
            margin: 20px;
        }
      
        .services .col {
            background-color: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            margin-left: 10px;
        }
      