body {
  background-image: url('office.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  color: red;
  font-family:sans-serif;
}

.wip {
  display: flex; 
  width: 100%; 
  height: 100%; 
  align-items: center; 
  justify-content: center; 
  
}

