.twitter-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    text-transform: none;
    display: flex;
}

.twitter-link:hover {
    color: var(--global-palette2);
}

.twitter-icon {
    display: flex;
    font-size: 22px;
    color: var(--global-palette2);
}

.twitter-text {
    font-size: 12px;
}