/* Pure light theme — NO container, NO black */ body { background: transparent; margin: 0; padding: 10px; font-family: "Source Code Pro", monospace; color: #3a2a00; overflow-y: auto; overflow-x: hidden; /* Hide scrollbar for Chrome, Safari and Opera */ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } body::-webkit-scrollbar { width: 0; height: 0; } /* Remove all container styling */ form { max-width: 900px; margin: 0 auto; } /* Slight spacing between form and messages */ form { margin-bottom: 20px; } input[type="text"], textarea { border: 1px solid transparent; background: transparent; color: #3a2a00; font: inherit; box-sizing: border-box; /* Include padding in width */ margin-bottom: 10px; } textarea { resize: vertical; } button { background: transparent; border: 1px solid transparent; padding: 10px 20px; border-radius: 4px; cursor: pointer; font: inherit; color: #3a2a00; }