* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fullscreen {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.batman {
  cursor: pointer;
}