body {
    background: black;
}

h1,
h2 {
    text-align: center;
    color: white;
}

.flex-container {
    display: flexbox;
    text-align: center;
    justify-content: center;
}