@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600&display=swap');

html {-webkit-font-smoothing: antialiased;}

body {background: #fff; color: #000; font: 100%/1.5em 'Roboto Mono', monospace;}
a {border: none; color: #039; text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img, a, a img {border: none;}
img {max-width: 100%; vertical-align: top;}/*  does not exceed the width of its container  */
.clear {clear: both;}
.hide {display: none;}
.rule {height: 1px; background: #eee; margin: 20px 0;}
.rule hr {display: none;}
.devnote {background: lightyellow; color: red; padding: 5px;}

.ffont {font-family: 'Roboto Mono', monospace;}

.wrapper {border: 5px solid #f37721; color: #f37721; text-align: center; width: 600px; padding: 25px; margin: 75px auto;}
.wrapper .logo {}
.wrapper .logo img {width: 100%; max-width: 381px;}
.wrapper h1 {text-transform:uppercase; font-weight: 600;}
.wrapper p {}