@charset "UTF-8"; *, *:before, *:after { box-sizing: border-box; } body { font: 20px "Source Sans Pro", sans-serif; /* f.malte70.de/colors :: metro */ background: #515151; color: #EEEEEE; } a:link, a:visited { color: #403B33; } a:hover, a:active { color: #A40114; } h1 { text-align: center; margin-top:100px; } main p { width: 300px; margin: 2em auto; font-size: 2em; }