
:root {
  --primary: #000000;
  --secondary: #f02828;
  --text: #ffffff;
}

body {
  color: var(--text) !important;
}

a, label, h1, h2, h3, h4, h5, h6, p, span, td, th, input, textarea, select, button {
  color: inherit;
}


body {
  background-image: url("/static/uploads/korean-flag-tkd.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
