#box {
  width: 10em;
  height: 10em;
  background-color: #5ca9f0;
  display: flex;
  position: absolute;
  white-space: pre;
  align-items: center;
  justify-content: center;
}
