body {
  font-family: "Neue Haas Grotesk", sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: white;
  height: 100vh;
}

#backdrop {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  filter: blur(0.6px) contrast(200%);
}

#automaton-id {
  position: absolute;
  font-weight: 400;
  bottom: 12px;
  right: 12px;
  margin: 0px;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
