

body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    height: 100vh;
}

.card {
    font-family: 'Inter';
    text-align: center;
    
    display: block;
    flex-direction: column;
    width: 280px;

    margin: auto;
    padding: 10px;
}
.card img {
    display: block;
    margin: 10px auto;
}
.card p {
    font-size: 14px;
}
.card a {
    text-decoration: none;
}

/* FOOTER */
.attribution {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0;
}