body.typewriter-page {
  background: #f8f6f2;
  font-family: 'Courier New', Courier, monospace;
}
.typewriter-container {
    font-family: 'Courier New', Courier, monospace;
}
.typewriter-container h1 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 2.2em;
  margin-bottom: 16px;
  color: #222;
  letter-spacing: 2px;
}
.header-section {
  display: flex;
  flex-direction: column;
}
.content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.typewriter-container img {
  max-width: 220px;
  filter: grayscale(1) contrast(1.2);
}
.typewriter-container form {
  margin-bottom: 24px;
}
.typewriter-container label {
  font-weight: bold;
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: inherit;
}
.typewriter-container textarea,
.typewriter-container input[type="number"] {
  
  font-family: inherit;
  font-size: 1em;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  background: #f4f2ee;
}
.typewriter-container button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 1.1em;
  font-family: inherit;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s;
}
.typewriter-container button:hover {
  background: #444;
}
.typewriter-container p {
  font-size: 1em;
  color: #555;
  margin-top: 8px;
}
.text-section {
  display: flex;
  flex-direction: column;
}
