html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: black;
}

#menschen {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    color: #CD9967;
    font-size: 300%;
    font-style: italic;
}

#sind {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    color: #FD0000;
    font-size: 300%;
    font-style: italic;
}

#ohnebedeutung {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    color: #FF3300;
    font-size: 300%;
    font-style: italic;
}
