.lista {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 309px;
}
.lista a {
    color: rgb(69, 69, 110);
}
.lista a:hover {
    color: #2363d5;
    font-weight: bold;
}

