body {
  background:url('https://foollovers.com/mat/simple02/j11-bg-simple.gif');
}
.box{
  width:1000px;
  height:100vh;
  border:yellow 2px solid;
    display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  
}