@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
.oqgpmk {
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
  font-family: Nunito, "Lucida Grande", "Nimbus Mono L", "Courier New";
}
.f8hpxr {
  text-align: center;
  margin-top: 5px;
  color: var(--text-primary);
}
img, picture, video {
  max-width: 100%;
  display: block;
}
.hiod7v {
  display: none;
}
body {
  min-height: 100vh;
  margin: 0;
  flex-direction: column;
  display: flex;
  line-height: 1.1;
  background: var(--bg-primary);
}
:root {
  /*--text-primary: #000000;*/
  --text-primary: #152114;
  --bg-content: #ffffff;
  --color-secondary: #33c148;
  --bg-primary: #f9faf9;
  --text-alt: #ffffff;
  --font-size: 14px;
  /*--bg-primary: #f1f1f1;*/
  --border-radius: 11px;
  /*--bg-content: #fcfcfc;*/
  /*--text-alt: #ffffff;*/
  /*--color-secondary: #3d7c3d;*/
  --color-primary: #7bc355;
  /*--color-primary: #78e055;*/
}
