body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    height: 90vh;  
}

p {
    color: white;
}