/* src/client/styles.css */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  background-color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.App {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1 {
  color: white;
}
b {
  color: white;
  font-weight: bold;
}
a {
  color: #ccc;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: #555;
}
.credits {
  font-size: 9px !important;
  margin-top: 1rem;
}
.inspirational-link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #555;
  border-radius: 20px;
  text-decoration: none;
  color: #ccc;
  transition: all 0.3s ease;
}
.inspirational-link:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
/*# sourceMappingURL=index.css.map */
