.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    margin-top: 40px;
    padding-top: 5px;
}

.price {
    color: grey;
    font-size: 22px;
}

.card div {
    border: none;
    outline: 0;
    color: white;
    background-color: #000;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: lightgreen;
    background-color: transparent;
    text-decoration: none;
}

p.description {
    margin: 0px 10px;
}
