<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Author: Morrison*/
/*Date: 2021-11-07*/

h1, h2, .display
{
    text-align:center;
}
div
{
    margin-left:auto;
    margin-right:auto;
    border:solid 2px green;
    height:100px;
    width:200px;
}

</pre></body></html>