body{
  background-color: #000;
  color: #FFF;
  
}

.test{
  background-color: #FF4232;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
}