*{
     margin: 0;
     padding: 0;
     border: 0;
 }
 
 
 
 .box{
      background: url("../img/bg.jpg");
      height: 100vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
 }