#impressum {
    width: 100%;
    height: 30px;
    
    background: grey;
    
    position: absolute;
    top: 1800px;
    
    /border: 1px solid green;
    
    text-align: center;
    
    margin-top: 20px;
}