body{
    background-color: black;
    color: #fff;
}
body *{
    color: #fff;
}
.justify-center{
    justify-content: center;
}