h1,
h2 {
    margin: 0.2em 0;
    font-family: "Courier New", Courier, monospace;
}

h2 {
    font-size: 3em;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #242729;
    color: #ffffff;
}
