.con{

    position: absolute;
    font-size: 42px;
    color: white;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    }

    .con2{

      position: absolute;
      color: white;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Roboto', sans-serif;
    }



    
    .callus{
      position: fixed;
        bottom: 28px;
        left: 8px;
        right: 10px;
        width: 43px;
        height: 40px;
        background: #ffbb13;
        border-radius: 50px;
        text-align: justify;
        padding-top: 4px;
        color: #082f4e;
        /* box-shadow: 4px 4px 5px 0 rgb(50 50 50 / 20%); */
        z-index: 99999;
    
    } 

    .fa {
      padding: 15px;
      font-size: 15px;
      width: 45px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
    }
    
    .fa:hover {
        opacity: 0.7;
    }
    
    .fa-facebook {
      background: #3B5998;
      color: white;
    }
    
    
    .fa-google {
      background: #dd4b39;
      color: white;
    }