.http404{
    text-align: center;
}

.http404 ~footer{
    display: none;
}

.seite.http404 h1{
    font-size: 80px;
}

.seite.http404 h2{
    font-size: 32px;
}
.seite.http404 h2:after{
    display: none;
}

.seite.http404 a{
    font-size: 18px;
    color: #ba0549;
}