#footer{
    padding: 1rem 0 0.5rem 1rem;
    background-color: blue;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.home-data{
    padding: 5% 1rem;
    justify-content: center;
}

.form-status{
    margin: 1rem auto;
    
}
.form-data{
    margin: 0.5rem auto;
}

@media only screen and (max-width: 760px) {

    #footer{
        position: relative;
    }
}