@import url("/static/chota.css");

:root {
  --bg-color: black;
  --font-color: white;
  --color-primary: #39ff14;
  --color-success: #4BF0Fc;
  --color-error: #FC574B;
}

body > .container {
  max-width: 720px;
  font-family: 'Courier New', monospace;
}


