.footer{
    display: flex;
    justify-content: center;
    text-align: center;
    bottom: 0;
}
.footer p{
    color: #742e16;
    font-size: .6rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
}
@media screen and (min-width:500px){
    .footer p{
        font-size: .5rem;
    }
}
@media screen and (min-width:900px){
    .footer p{
        font-size: 1rem;
    }
}
.footer p span{
    font-weight: 800;
}
.footer p span a{
    color: #742e16;
    text-decoration: none;
}