.shadow {
    text-shadow: 1px 0 10px black;
}
.custom-hover:hover{
    opacity: 0.8 !important;
}
.custom-hover{
    transition: 0.1s !important;
}
