@media (min-width:800px){
    footer{
        display: flex;
        justify-content: space-between;
    }
    footer p{
        width: 70%;
    }
}