  .footerContainer{
    position: absolute;
    height: 40px;
  }
  
  #footer{
    bottom:0;
    background-color: black;
    width: 100%;
  }
  
  .containerFooter{
    display: flex;
    margin-right: 30px;
    height: 40px;
    bottom: 0;
    position: absolute;
    align-items: center;
    width: 100%;
  }
  
  #firstText{
    margin-left:30px;
    margin-right:30px;
  }
  
  
  #thirdText{
    margin-right: 30px;
    position: absolute;
    right: 0px;
  }
  
  .firstText, .secondText, .thirdText{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 12px;
  }
  
  .containerFooter > a {
    text-decoration: none;
    color:white
  }
  

  





  .containerHeader{
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    height: 40px;
    justify-content: space-between;
  }
  
  
  .headerContainer{
    position: absolute;
    height: 40px;
  }
  
  #header{
    top:0;
    background-color: black;
    width: 100%;
  }
  
  .titleContainer{
    width: 10%;
    z-index: 12;
    display: flex;
    align-self: center;
    cursor: pointer;
  }
  
  .logoContainer{
    width: 150px;
    z-index: 12;
    display: flex;
    cursor: pointer;
  }
  
  .logo_image{
    width: 100%;
    align-self: center;
  }
  
  .title_image{
   width: 186px;
  }
  