* {
    font-family: Arial;
}
body {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p {
    color: white;   
}