:root {
  --bg: #0D0B1F;
  --fg: #E6E8F3;
  --primary: #9645FF;
  --secondary: #C678DD;
}

.logo {
  height: 50px;
}

.preamble, h2, h1 {
  text-align: center;
}

.inline {
  display: inline;
}

