body {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    font-family: monospace;
    justify-content: center;
    min-height: 98vh;
}

p {
    text-align: center;
}
