<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
}

#hero {
    text-align: center;
}

#hero img {
    border-radius: 18px;
}

#textContent {
    text-align: center;
    width: 95%;
    margin: 1rem auto;
}

#textContent&gt;h1,
h2 {
    margin-top: 3rem;
}

#textContent&gt;p {
    margin-bottom: 2rem;
}

#sponsorGrid {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

#sponsorGrid img {
    height: auto;
}

.sponsor {
    margin: 1rem;
    text-align: center;
    flex: 1 0 15%;
    min-width: 200px;
    align-content: center;
}

#toots {
    width: 200px;
}

#atlas {
    width: 350px;
}

#bpd {
    width: 125px;
    border-radius: 8px;
}

#culvers {
    width: 225px;
}

#dtreats {
    width: 180px;
}

#kaneCounty {
    width: 170px;
}

#koris {
    width: 160px;
}

#myCocina {
    width: 190px;
    border-radius: 8px;
}

#orangeTheory {
    width: 240px;
}

#schaumburgBoomers {
    width: 190px;
}

@media screen and (max-width: 600px) {
    #textContent {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    #wrapper {
        background-color: transparent;
    }

    #hero img {
        box-shadow: rgba(0, 0, 0, .8) 0 8px 15px;
    }
}</pre></body></html>