body{
        background:grey;
        height: 625px;
        background-size: cover;
        background-position: center center;
        position: relative;
        box-sizing: border-box;
        -webkit-background-size: cover;
    }
footer{
  text-align:center;
} 
.mobile1 {
   text-align: center;
}
.mobile{
   text-align: left;
}
.border{
   border: 5px solid rgb(93, 91, 91);
}
