.line {
    border-bottom: 3px solid #000;
    margin-top: 5px;
    width: 100%;
}
html,body{
    height: 100%;
}

footer {
   position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}