.title a {
    color: rgb(61, 61, 61);
}

.title a:hover {
    color: #a09f9f;
    cursor: pointer;
    text-decoration: none;
}