@charset "UTF-8";

a.fa:hover {
    opacity: 0.7;
}

a.fa {
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}