/* src/App.css */
body {
  overflow-x: hidden;
  margin: 0;
  font-family:
    et-book,
    Palatino,
    "Palatino Linotype",
    "Palatino LT STD",
    "Book Antiqua",
    Georgia,
    serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
body {
  background-color: #fbe9c7;
  zoom: 200%;
}
.line {
  fill: none;
  stroke: #4ea811;
  stroke-width: 3;
}
.axis-x line,
.axis-x path {
  stroke: none;
}
.axis-x text,
.axis-y text {
  text-decoration: none;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  font-size: 200%;
  color: #5f5f5f;
}
.overlay {
  fill: none;
  pointer-events: all;
}
.dot {
  fill: #ffab00;
  stroke: #fff;
}
.focus circle {
  fill: none;
  stroke: #4682b4;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion:no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
}
.App-header h1 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 0;
  color: #111;
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.App-header h2,
.App-header h2 a {
  font-size: 30px;
  color: #6b2e12;
}
.App-header h2 a {
  text-decoration: none;
}
