@media only screen and (max-width: 1000px){
    .footer {
        position: absolute;
        bottom: 0;
    }
    p {
        font-size: 40px;
    }
    p a{
        font-size: 40px;
    }
}
