.tippy-box[data-animation='raise'][data-state='hidden'] {
    opacity: 0;
    transform:translateY(5px)
}
.fab {
    transition: all 0.25s ease;
}
.fab:hover {
    transition: all 0.25s ease;
}
a {
    transition: all 0.25s ease;
}
a:hover {
    transition: all 0.25s ease;
    color: #525252;
    text-decoration: none;
}
a:focus {
    color: #525252;
    text-decoration: none;
}