body {
  background-color: black;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-component="box"] {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: orange;
  
  xtransition: all 0.5s ease;
}

