body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
    background-color: antiquewhite;
}

.good-button {
    background-color: red;
    color: whitesmoke;
    border: 50px dotted blue;
}

.evil-button {
    background-color: darkred;
    color: whitesmoke;
    border: 50px dotted darkblue;
}

.button-of-darkness {
    background-color: black;
    color: whitesmoke;
    border: 3px solid royalblue;
    font-size: xx-large;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}

.created-thing {
    font-size: xx-large;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}
