footer{
    width: 100%;
}

footer > p {
    margin: 0;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 310px) {
    footer{
        margin-top: 1.3rem;
    }
}