body {
  background-color: #193c5a;
}

.button {
  border-radius: 8px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  min-width: 100%;
}

.container {
  align-items: center;
  background-color: #eee;
  border-radius: 16px;
  border: solid 3px #ddd;
  display: flex;
  flex-direction: column;
  margin: 64px auto 0 auto;
  max-width: fit-content;
  padding: 0 24px 24px 24px;
}

.heading {
  font-family: Courier New;
  font-size: 24px;
  font-weight: 700;
}

#emit-custom-event-button,
#logout-button,
#reset-guest-id-button {
  margin-top: 16px;
}
