body {
    background-color: orange;
    font-family: "Courier New", Courier, monospace;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
    display: grid;
    place-items: center;
    font-size: x-large;
}

h2,
h1 {
    margin-bottom: 0.1em;
}

.copyright {
    font-size: 12px;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.5);
}
