.country-list {}

.country-list-card {
    box-shadow: 2px 5px 6px #dedede;
}

.country-list a {
    text-decoration: none;
    color : black;
}

.country-list a:hover {
    color           : #009688;
    text-decoration : underline;
}
