.Header__tabsTab a.white-button {
    display: inline-block;
    padding: 6px 6px;
    text-align: center;
    color: #fff; /* Text color */
    border-radius: 0px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.Header__tabsTab a.white-button:hover {
    background-color: #0b6623; /* Lighter background on hover */
    color: #fff; /* Darker text color on hover */
}
		
