body {
  background-color: #1a1a1a;
  color: #ff3333;
  font-family: monospace;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin: 0;
}

p {
  font-size: 15px;
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.content {
  text-align: left;
  padding-left: 50px;
}

h1 {
  color: #ffa500;
  text-align: left;
  font-family: "Pixelify Sans", sans-serif;
  margin-bottom: 20px;
}

.quote-box {
  margin-top: 20px;
  padding: 15px;
  background-color: #222;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 750px;
  overflow-y: auto;
  border-radius: 8px;
  color: #ff3333;
}
#github{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
#Logo {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}

#endpoints {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 5px 0;
  color: #ff6666;
}
@media (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 14px;
  }

  .container {
    padding: 10px;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .quote-box {
    font-size: 0.9rem;
    padding: 12px;
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal;
  }

  .copy-button {
    font-size: 0.7rem;
  }

  .site-footer {
    font-size: 0.75rem;
    text-align: center;
    padding: 10px;
  }
}

.site-footer {
  background-color: transparent;
  color: #999999;
  padding: 20px;
  margin-top: 40px;
  border-top: 1px solid #333333;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.site-footer p {
  margin: 5px 0;
  font-size: 0.9em;
}

.copy-button {
  margin-left: 10px; 
  padding: 2px 6px; 
  background: #444; 
  color: #ff6666; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer;
}

.site-footer .footer-links a {
  color: #ff6666;
  text-decoration: none;
  margin: 0 1px;
  transition: color 0.3s ease;
}

.site-footer .footer-links a:hover {
  color: #ff0000;
  text-decoration: underline;
}

pre {
  font-size: 14px;
  font-weight: bold;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}

.signal{
  color:white;
}

.key{
  color: #ffa500;
}

.value{
  color: #ff3333;
}

.number{
  color:rgb(230, 215, 13);
}
