@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');

body {
    background: #58b69b;
}
h1 {
    font-family: 'Cormorant Garamond', serif;
    text-shadow: -1px 1px #f2f3f8;
}
h1 a {
    color: #d33943;
}
.bingo-card li.found div {
    background: #285b52;
}
.bingo-card img {
    max-width: 70%;
}
.bingo-card li.found div img.svg {
    filter: none;
}

footer {
    color: #f2f3f8;
}