@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');
*, *::before, *::after {
  font-family: Roboto, "DejaVu Sans Mono", "Arial Narrow", Futura;
  box-sizing: border-box;
}
:root {
  --font-size: 14px;
  --color-secondary: #3d2b77;
  --text-primary: #141b17;
  /*--text-primary: #000000;*/
  /*--text-alt: #ffffff;*/
  --border-radius: 8px;
  --bg-content: #f9f9f9;
  /*--color-primary: #78e055;*/
  /*--color-secondary: #3d7c3d;*/
  --bg-primary: #f5f3f6;
  --color-primary: #a25cbc;
  /*--bg-primary: #f1f1f1;*/
  /*--bg-content: #fcfcfc;*/
  --text-alt: #ffffff;
}
img, picture, video {
  display: block;
  max-width: 100%;
}
.pwi23f {
  margin: 0;
}
.mz56qb {
  color: var(--text-primary);
  margin-top: 5px;
  text-align: center;
}
body {
  background: var(--bg-primary);
  min-height: 100vh;
  display: flex;
  margin: 0;
  line-height: 1.5;
  flex-direction: column;
}
.efcx6l {
  display: none;
}
