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

body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: baseline;
    align-items: center;
    background: #1E2026;
}

* {
    color: white;
}
