body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.flexContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: black;
}

h1 {
    font-family: Consolas, monaco, monospace;
    margin: 0;
    color: white;
}