body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Comic Sans MS, cursive, sans-serif;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}