.lang-button {
    cursor: pointer;
    border: 2px solid transparent;
}
.lang-button:hover {
    border-color: #007bff; /* Hover effect */
}
