html body {
height: 100%;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#text-output {
border: solid 0.5px hsl(0, 0%, 70%);
height: 490px;
max-height: 490px;
font-family: "Source Code Pro", "Consolas" , monospace ;
font-size: 10pt;
margin-top: 8px;
overflow: auto;
padding: 10px 5px 5px 5px;
background-color: hsl(0, 0%, 95%);
}