body {
    background: black;
}

.text {
    color: white;
    font-family: sans-serif;
}

.container {
    display: grid;
    place-items: center;
}
