body {
    margin: 0;
    background-color: black;
    display: grid;
    place-items: center;
    min-height: 100vh;
}