.footerContainer{
    width: 100%;
    background-color: black;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    /* border: 2px solid red; */
    /* align-items: center; */
    justify-content:space-around;
    
}

.leftFooter{
    /* border: 2px solid yellow; */
  }

  .footerLogo{
    width: 100px;
  }




  .rightFooter{
    /* border: 2px solid rgb(6, 145, 133); */
  }

  .linksDetails{
    color:#B8915A;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
  }

  .linkContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    
  }

  .linkContainer a{
    color: white;
    text-decoration: none;
    margin: 10px 0 10px 0;
    
  }

  .linkContainer a:hover{
    padding: 10px;
    background-color: #B8915A;
    border-radius: 10px;
  }

  .textContiner{
        color: white;
  }


  .contactFooter{
    color: white;
    margin-top: 20px;
  }