* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      .container {
        min-height: 100%;
        /* min-width: 100%; */
      }
      
      .contact-pic {
       margin: 10px;
      }
      
      .contcat-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 20px;
        width: 100%;
      }
      .contact-box {
        width: 450px;
        height: 300px;
        border-radius:10px;
       
        box-shadow: 4px 6px 3px 5px rgb(218, 212, 212);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        
      }
      .contact-box:hover {
        background-color: rgb(213, 223, 66);
        border: 2px solid rgb(133, 123, 123);
      }

      
       .contact-icons .fa-solid{
        font-size: 50px;
        color: red;
        display: block;
      }

      a{
        
         color:black ;
      }
      .contact-process{
        font-size: 20px;
      }


      .career-container{

        width: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        margin:20px;
        
        
      }
      .career-box{
        width: 400px;
        height: auto;
        /* border: 2px solid black; */
        margin: 20px;

      }
      
      
      .career-box #careerPic{
        width: 400px;
        height: 300px;
        background-size:cover;
       object-fit: contain;

      }
      #career-heading{
        /* color: red; */
        text-align: center;
        font-size: 40px;
        background: linear-gradient(to right,yellow,green,red);
        color: transparent;
        -webkit-background-clip: text;
      }

      .contact-form{
        /* background: #a58888; */
        text-align: center;
        padding: 10px;
        border: 2px solid lightgray;
      }
       
      .contact-form h2{
        color: red;
        font-weight: 800;
        font-size: 45px;
      }
      label{
        float: left;
        
      }

      .career-box .contact-form  button{
        border-radius: 20px;
        border: none;
        color: white;
        align-content: center;
      }

      