body {
    margin: 0;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

* {
    font-family: sans-serif;
    color: #fff;
}
