@import '../static/fonts.css'; html { } body { font-family: 'Moderustic'; background-color: #ddfafa; box-sizing: border-box; margin: 0 auto; min-height: 100%; padding: 1em; width: 100%; font-size: 1.3em; border: double 3px #ddd; border-top: none; border-bottom: none; } h1 { padding-left: 0; } a { text-decoration: none; color: #4054ad; font-weight: bold; } a:hover { color: #000; text-decoration: underline; } a:visited { color: #437fad; }