body {
    background-color: #000000;
    color: #ffffff;
}

#manifest {
    font-family: 'Lora', serif;
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    white-space: nowrap;
}

#manifest>p {
    text-indent: -4em;
    margin-left: 4em;
    padding-bottom: 0.6em;
    line-height: 1.3em;
}

#manifest>p:first-child:first-letter {
    color: #ff2400;
    font-size: 2em;
}

#manifest>p>span.bye {
    color: #505050;
}

#manifest>p>span.emp {
    font-weight: 700;
    font-style: italic;
}
