body {
    background: #f33;
    text-align: center;
    background-color: red;
    background-image: url(squid.png);
    background-size: 50px 50px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    /* i cant do this anymore */
} 
h1 {
    /* it hurts to breathe in the toxic air */
    font: 5em/150% "Comic Sans MS", cursive, sans-serif;
    color:gray;
}   
h2 {
    /* it hurts to breathe in the toxic air */
    font: 3em/150% "Comic Sans MS", cursive, sans-serif;
    color:black;
    background: rgb(255 84 104 / 50%);
    border: 2px solid rgb(255 84 0);
} 
p {
    /* it hurts to breathe in the toxic air */
    font: 1em/150% "Comic Sans MS", cursive, sans-serif;
    color:black;
    background: rgb(255 84 104 / 50%);
    border: 2px solid rgb(255 84 0);
    padding: 10px;
    margin: 10px;
} 