<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
* {
margin: 0;
padding: 0;
}
*, :before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
min-height: 100%;
}
body {
font-family: 'Oswald', sans-serif;
}
.wrapper {
text-align: center;
}
/* Clip text element */
.clip-text {
font-size: 6em;
font-weight: bold;
line-height: 1;
position: relative;
display: inline-block;
margin: 0.25em;
padding: 0.5em 0.75em;
text-align: center;
/* Color fallback */
color: #fff;
-webkit-background-clip: text;