body {
    background-color: black;
    color: white;
    width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
}
