@font-face { /* source: https://www.dafont.com/charlie-brown-m54.font */ font-family: "Charlie Brown M54"; src: url("/static/Charlie_Brown_M54.ttf") format("truetype"); } body { font-family: sans-serif; margin-left: auto; margin-right: auto; } .uhaul_cont { font-family: "Charlie Brown M54"; font-size: 36pt; letter-spacing: 0.05em; text-align: center; margin-left: auto; margin-right: auto; } .uhaul_main { color: white; font-size: 72pt; background-color: #f66711; /* uhaul orange */ } .uhaul_days { font-size: 36pt; } .articleentry { margin: 1em; border: 1px solid #ccc; border-radius: 2px; padding: 0.5em; } .articleentry a:link { text-decoration: none; } .badge { color: white; background-color: #f66711; } @media screen and (max-width: 52em) { .uhaul_cont { font-size: 24pt; } .uhaul_main { font-size: 48pt; } .articlereport { margin-top: 1em; } }