.elearning-link, .main-website-link {
    color: white !important;
}
.Header__raiseTicket {
    background-color: #ff6600; /* Bright color to stand out */
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
}

.Header__raiseTicket a {
    color: white !important;
    text-decoration: none;
}

.Header__raiseTicket:hover {
    background-color: #e65c00; /* Slightly darker on hover */
}
