@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
body { margin: 0; padding: 0; overflow: hidden; width: 100%; height: 100%; background: #EFEFEF; }

.title { z-index: 10; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); font-family: "Karla"; text-align: center; width: 100%; }

.title h1 { position: relative; color: #121212; font-weight: 600; font-size: 60px; padding: 0; margin: 0; line-height: 1; }

.title h1 span { font-weight: 600; padding: 0; margin: 0; color: #BBB; }

.title h3 { font-weight: 200; font-size: 20px; padding: 0; margin: 0; line-height: 1; color: #121212; letter-spacing: 2px; }
