@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap')
body, html { background: #E8D39E; margin:0; }
html { font: 14px/1.4 Lato, 'Helvetica Neue', Helvetica, sans-serif; color: #F9F9F3; font-weight: 400; }

h2 { color: #5C4E4E; font-weight: 200; font-size: 25px; margin: 20px 35px; }

div.list { background: #f48120; border-top: 1px solid #646464; border-bottom: 1px solid #646464; padding-top: 10px; padding-bottom: 14px;}
div.foot { color: #777; margin-top: 15px; padding: 20px 35px }
pre.readme {color: #0099FF; font-weight: bold; padding: 20px 35px; }

td { line-height: 21px; padding: 3px; }
tr:hover { background: black; }

a { color: #000000; }
a:visited { color: #FFFFFF; }
a:hover { color: #B8EBFF; }
