<h1>ARCHETYP</h1>
body {
background-color: #e8e8e8;
display: flex;
align-items: center;
justify-content: center;
height: 300px;
}
h1 {
font-family: 'Roboto', sans-serif;
text-align: center;
color: #e8e8e8;
text-shadow: 4px 4px 3px #bebebe,
-3px -3px 5px #ffffff;
font-size: 40px;
letter-spacing: .8em;
text-indent: .8em;
font-weight: 800;
}
This Pen doesn't use any external JavaScript resources.