body{
    margin-top: 130px;
    background-color:rgb(239, 239, 239);
}


.p1{
    color: #353535;
    max-width: 60%;
}
.p1 p{
    margin-top: 10px;
}
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 768px) {
    body{
      margin-top: 100px;
    }
    .p1{
    color: #353535;
    max-width: 80%;
    }
    img{
        width: 70%;
    }
}