body {
font-family: sans-serif;
max-width: 600px;
margin: 40px auto;
background-color: rgb(39, 39, 39);
padding: 20px;
}

textarea {
width: 100%;
height: 100px;
background: rgb(56, 56, 56);
outline-color: rgb(68, 67, 67);
border-radius: 5px;
outline-width: 3.25px;
color: white;
}

button {
margin-top: 10px;
padding: 8px 16px;
}

pre {
background: rgb(56, 56, 56);
padding: 12px;
white-space: pre-wrap;
color: white;
outline: dashed;
outline-color: rgb(68, 67, 67);
border-radius: 5px;
outline-width: 3.25px;
}

h2 {
color: white;
}

h3 {
color: white;
}

#response {
background: rgb(56, 56, 56);
padding: 12px;
white-space: pre-wrap;
word-wrap: break-word;
color: white;
outline: dashed;
outline-color: rgb(68, 67, 67);
border-radius: 5px;
outline-width: 3.25px;
line-height: 1.6;
}

#response strong {
font-weight: bold;
color: #4fc3f7;
}

#response em {
font-style: italic;
color: #81c784;
}

#response code {
background-color: rgb(40, 40, 40);
padding: 2px 6px;
border-radius: 3px;
font-family: ‘Courier New’, monospace;
color: #ff6b6b;
}

#response pre {
background-color: rgb(30, 30, 30);
color: #f8f8f2;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
margin: 10px 0;
outline: solid;
outline-width: 2px;
outline-color: rgb(68, 67, 67);
}

#response pre code {
background: none;
padding: 0;
color: #f8f8f2;
}

#response h1, #response h2, #response h3,
#response h4, #response h5, #response h6 {
margin: 15px 0 10px 0;
font-weight: bold;
color: #ffeb3b;
}

#response h1 { font-size: 2em; }
#response h2 { font-size: 1.5em; }
#response h3 { font-size: 1.3em; }

#response ul, #response ol {
margin: 10px 0;
padding-left: 30px;
}

#response li {
margin: 5px 0;
color: white;
}

#response blockquote {
border-left: 4px solid #9c27b0;
padding-left: 15px;
margin: 10px 0;
color: #b39ddb;
font-style: italic;
}

#response a {
color: #4fc3f7;
text-decoration: underline;
}

#response a:hover {
color: #81d4fa;
}

#response hr {
border: none;
border-top: 2px solid rgb(68, 67, 67);
margin: 20px 0;
}

#response mark {
background-color: #ffd54f;
color: #000;
padding: 2px 4px;
border-radius: 2px;
}

#response del {
text-decoration: line-through;
color: #9e9e9e;
}

#response table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}

#response th, #response td {
border: 1px solid rgb(68, 67, 67);
padding: 8px;
text-align: left;
}

#response th {
background-color: rgb(70, 70, 70);
color: white;
font-weight: bold;
}
