@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');

body {
    background: #c0c3c6;
}
h1 {
    font-family: 'Nosifer', cursive;
    text-shadow: -2px 2px #151515;
}
h1 a {
    color: #ea5f21;
}
.bingo-card li.found div {
    background: #e9804d;
}
.bingo-card img {
    max-width: 70%;
}
.bingo-card li.found div img.svg {
    filter: none;
}