.scroll-animation a{
    color: rgb(151, 148, 148);
    font-weight: bold;
}

.scroll-animation a:hover{
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}