::-webkit-scrollbar {
  display: none;
}

.card1 {
  background: rgba(125, 133, 151, 0.15);
  box-shadow: 0 0 20px rgba(0, 18, 51, 0.4);
  background-blend-mode: hard-light;
}

.card {
  background: rgba(217, 242, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 18, 51, 0.3);
}

.form-container {
  max-width: 550px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 18, 51, 0.3);
}

.form-title {
  font-size: 2em;
  margin-bottom: 10px;
  text-align: center;
  color: #0466C8;
  font-weight: bold;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  color: #023E7D;
}

.form-field input {
  width: 100%;
  padding: 5px;
  border: 2px solid #5C677D;
  border-radius: 10px;
  color: #001233;
}

.form-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #0279f0;
  color: white;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-button:hover {
  background-color: #0353A4;
}

.form-button:active {
  background-color: #023E7D;
}

.markdown-content h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.markdown-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.markdown-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.markdown-content p {
  margin-bottom: 1rem;
}

.markdown-content ul, .markdown-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.markdown-content ul {
  list-style-type: disc;
}

.markdown-content ol {
  list-style-type: decimal;
}

.markdown-content code {
  font-family: 'Fira Code', monospace;
  background-color: #bfbfbf;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.9em;
}

.markdown-content pre {
  background-color: #e2e2e2;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.markdown-content pre code {
  background-color: transparent;
  padding: 0;
}

.markdown-content a {
  color: #0466C8;
  text-decoration: none;
}

.markdown-content a:hover {
  text-decoration: underline;
}

.markdown-content blockquote {
  border-left: 4px solid #0466C8;
  padding-left: 1rem;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  color: #4b5563;
  background-color: #e4e4e4;
}
