* {
    box-sizing: border-box;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    color: var(--safe-green) !important;
}