

@media only screen and (max-width: 600px) {
 .ul{
 display: none;
 }
 
  }


.back{
    background-image: url(./image/footer.png);
}
.body{
  width:100%;
  background: url(./image/logback.jpeg) no-repeat;
  background-size: cover;

}



