html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #fafaf5;
  color: #222;
  font-family: 'Play', sans-serif;
}

h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
}

.emoji {
  font-size: 3.5rem;
  line-height: 1;
}

.hands {
  font-size: 2.6rem;
  margin-top: 0.05rem;
}

.title {
  position: relative;
}

.title::after {
  content: "?";
  position: absolute;
  right: -0.7em;
  top: 0;
  opacity: 0.01;
  pointer-events: none;
  user-select: none;
}
