.destroyable {
  position: relative;
}
.destroyable__message {
  text-align: center;
  position: absolute;
  background-color: #FFFFFFB3;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  > * {
    padding: 0.5rem;
  }
}
