body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

  width: 100vw;
  height: 100dvh;
}

#buzzeasy-webchat {
  width: 100vw;
  height: 100dvh;
}

.error-title {
  color: firebrick;
  text-align: center;
}

code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #00000020;
  padding: 0 2px;
}