#green {
    color: forestgreen;
}
#hogwarts {
    color: darkblue;
}
.homeButton {
    text-align: center;
}
#easterEggMessage {
    color: red;
}
body {
font-family: monospace;
    background-color: rgb(220, 238, 238)
}