@font-face { font-family: "Yanone Kaffeesatz"; src: url("fonts/YanoneKaffeesatz-Regular.ttf"); } * { font-family: "Yanone Kaffeesatz"; font-size: 1.2em; color: #333; } body { background-image: url("img/background.png"); } h1 { font-size: 3em; } h2 { font-size: 2em; margin-bottom: 0.2em; } a { text-decoration: none; color: black; font-size: 1em; } ul { padding: 0; margin: 0; } #container { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); } #contact-list { list-style-type: none; } .contact-icon { height: 0.8em; width: 0.8em; vertical-align: middle; margin-right: 0.1em; } img { } #at-sign:before { content: '@'; font-size: 0.8em; }