
.fshad {text-shadow: 1px 1px 1px #424242;}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #95C318 !important;
}
a:hover {
    border-bottom: 2px solid #00B9D8;
    padding-bottom: 16px;
}