footer{
    width: 100%;
    height: 75px;
    background-color: rgb(30, 30, 30);
}

footer p{
    color: white;
    text-align: center;
    padding: 25px;
}















@media only screen and (max-width: 500px){
    footer{
        height: 95px;
    }
}

@media only screen and (max-width: 320px){
    footer{
        height: 95px;
    }

    footer p{
        font-size: 14px;
    }
    
}