
body {
background-color: black;
background: black;
color: #00ff00;
font-family: 'Courier New', monospace;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
text-align: center;
}


h1 {
font-family: "Manufacturing Consent", system-ui;
font-size: 3.5rem;
color: #00ff00;
text-shadow: 0 0 15px #00ff00;
}


label {
font-size: 1.3rem;
color: #00ff00;
text-shadow: 0 0 8px #00ff00;
font-family: courier new;
}


textarea, button {
margin-top: 15px;
font-size: 1.2rem;
padding: 8px 12px;
background: #002200;
border: 2px solid #00ff00;
color: #00ff00;
box-shadow: 0 0 10px #00ff00;
font-family: courier new;
}


canvas {
margin-top: 15px;
background: #001900;
border: 2px solid #00ff00;
cursor: crosshair;
box-shadow: 0 0 10px #00ff00;
}

.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}
