/**css home**/
/**Desenvolvido por: Emanuelo Mota(https://pt.linkedin.com/in/emanuel-mota-914825112) a Serviço da Mundo dos Fatos - Comercio - Vestuario,LDA**/

 body {
      font-family: Arial, sans-serif;
      display: flex;
      flex-direction: column;
      margin: 0;
	  background-image: url(https://picsum.photos/1600/900?random=1);
	  background-position:center top;
	  background-attachment: fixed;
	  background-size: 100%;
    }

    #language-toggle {
      display: flex;
      gap: 10px;
    }

    .language-btn {
      padding: 10px;
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .active {
      background-color: #eee;
    }
    
    .link-none {
      text-decoration: none;
      text-decoration-color: black;
    }
    
    .logo-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: auto;
    padding: 20px;
}

/* Footer styling */
.footer {
  text-align: center;
  background: #333;
  color: #ffffff;
  position: fixed;
  bottom:0%;
  width: 100%;
  text-decoration: none;
}

/**Desenvolvido por: Emanuelo Mota(https://pt.linkedin.com/in/emanuel-mota-914825112) a Serviço da Mundo dos Fatos - Comercio - Vestuario,LDA**/