@import url('vendor/normalize.css');

@media (prefers-color-scheme: dark) {
  body {
    background: #000;
  }
}

body {
  height: 100vh;
  width: 100vw;
  text-align: center;
  align-content: center;
}

#jm_logo {
  width: 90vw;
  max-width:256px;
}
