#App {
  text-align: center;
}

#App-logo {
  height: 40vmin;
  pointer-events: none;
}

#App-header {
  background-color: #1B1D1F;
  min-height: 100vh;
  display: flex;
  /* grid-template-rows: 1fr 1fr 1fr; */
  
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

#logo {
  filter: invert(61%) sepia(65%) saturate(2162%) hue-rotate(118deg) brightness(97%) contrast(83%);
}

#logoBar {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 24px;
}

a {
  color: white;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}