dialog {
  background-color: rgb(255, 249, 239);
  border: none;
  border-radius: 14px;
  box-shadow: 0 0px 40px 20px rgb(167 189 206 / 40%);
  left: 50%;
  margin: 0;
  padding: 1.2em 1.3em 1.3em;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) rotate(1deg);
  z-index: 1000;
  min-width: 40ch;

  form:not(.button_to) {
    background-color: rgb(255, 254, 252);
    border-radius: 10px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 0.5em 0.75em;
    transform: rotate(-1deg);
  }
}
