.results-card {
    width: 95%;
    /* box-shadow: 0 8px 8px 0 rgba(255, 255, 255, 0.027); */
    transition: 0.5s;
    /* border-radius: 50px;
    padding: 1px 15px; */
    margin: 0 auto;
}

.not-visible {
    display: none;
}

.item {
    text-decoration: none;
}

.list-group li:hover {
    background-color: #727272;
    color: white;
}

.list-groups li:hover {
    background-color: #727272;
    color: white;
}