body {
    background-color: black;
}

body {
    color: white;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header {
    text-align: center;
}