<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=submit]
{
padding:4px;
font-size:12px;
}
input[type=text]{
  padding: 8px; 
}
input[type=password]{
  padding: 8px; 
}
label{
font-size:12px;
}
h2{
font-size:15px;
}
p{
font-size:12px;
}
div#envelope{
width: 80%;
margin: 10px 30% 10px 11%;
}</pre></body></html>