          /* contact section */

          body {
            font-family: "Space Grotesk", sans-serif;
            margin: 20px;
            padding: 20px;
            background-color: whitesmoke;
            color: #333;
            
            border-radius: 10px;
            /* overflow-x: hidden; */
            
        }
     
        section {
            margin: 20px;
            padding: 40px;
            display: flex;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);

        }
        section p {
            font-size: large;
        }
        
        .aai {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        
        
        .aai h2 {
            font-variant: small-caps;
            margin-top: 30px;
            border: 3px solid #141516;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
            padding: 10px 20px;
        }
        
        
        .aai img {
           align-items: center;
            border-radius: 50%;
            display: block;
            height: 50vh;
            width: 50vh;
            margin-right: 10px;
            border: 3px solid #27292c;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        }
        
        .info {
            /* width: 50%; */
            justify-content: center;
            margin-left: calc(10%);
        
        }
        
        .info p {
            color: #666;
        }
        
        .info a {
            text-decoration: none;
            color:   black;
        }
        
        .info a:hover {
            color: #0056b3;
        }
        
        .fa-solid  {
        color: #ff6f61;
        }
         .fa-brands {
            color: rgb(216, 30, 117);
         }
        .info button {
            margin-top: 20px;
            align-items: center;
            padding: 10px 30px ;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-size: large;
            background-color: #ff6f61;
            color: #fff;
            border-radius: 10px;
            border: none;
            cursor: pointer;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);

        }
        .info button:hover {
            background-color: #fb5546;
        }
        
        
        .call {
            text-align: center;
            align-items: center;
            
        }
        
       span {
        color: black;
       }
        