@media screen and (min-width: 750px){
    footer{
    text-align: left;
    text-indent: 10%;
    line-height: 300%;
    width: 100%;
    height: 50px;
    position: fixed;
}
    p{
    color: whitesmoke;
    font-size: 18pt;
}
}
@media screen and (max-width: 750px){
    footer{
        text-align: center;
        line-height: 300%;
        width: 100%;
        height: 50px;
        position: fixed;
    }
    p{
        color: whitesmoke;
        font-size: 18pt;
    }
    }