h1,
h2 {
  text-align: center;
}

.sensitive:not(:hover) {
  filter: blur(16px);
}

body {
  background-image: url("/static/favicon.png");
  background-repeat: round;
  background-size: 16em 16em;
  backdrop-filter: contrast(0.3);
  padding: 1em;
}
