body {
  background: #000;
}
.box {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: visible;
  align-items: center;
  justify-content: center;
  text-align: center;
}