footer{
    width: 100%;
    background-color: rgb(178, 178, 178);
    position: fixed;
    bottom: 0;
    height: 2rem;
}

footer p{
    text-align: center;
    padding-bottom: .5rem;
}