@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

body {
    font-family: "Comic Relief", cursive;
    background-color: #99cc99;
    /* thanks ACME labs! This color is so beautiful that I'd marry her if she
     * were a girl. */
}
