footer a {
    font-weight: bold;
    transition: color 0.3s ease;
}

footer .message a:not(:last-child) {
    margin-right: 20px;
}

footer a:hover {
    color: #10b981;
}
