.linkBottom {
  display: block;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 8px;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.linkBottom:hover {
  color: #ff2e2e;      /* bermell intens */
  ZZZtransform: translateX(4px); /* petit efecte de desplaçament elegant */
  ZZZtext-decoration: underline;
}

.finalText {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.topHeader .navMobile {
display:none;
}
@media only screen and (max-width: 500px) {
.topHeader .navMobile {top: 110px;display:block;}
.menu_bar { right: 24px;top: 32px;}
.linkBottom {
  
  margin-left: 0px;
  
}
}