/* src/client/styles.css */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  background-color: black;
  text-align: center;
  padding-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#app,
.App {
  padding: 1rem;
}
h1 {
  color: white;
  font-size: 2.5rem;
}
.subtext {
  font-size: 1.1rem;
  color: #bbb;
  margin-top: 0.25rem;
}
b {
  color: white;
  font-weight: bold;
}
a {
  color: #ccc;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: #555;
}
a:hover {
  color: #fff;
  text-decoration-color: #777;
}
.location {
  margin-top: 1.5rem;
  color: #777;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
/*# sourceMappingURL=index.css.map */
