@import url(https://fonts.googleapis.com/css?family=Raleway:400,,800,900);
html {
width: 100%;
height: 100%;
}
body {
background: -webkit-linear-gradient(#ebece7, white);
background: linear-gradient(#ebece7, white);
margin: 0;
width: 100%;
height: 100%;
font-family: 'Raleway', sans-serif;
}
.container {
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.title {
font-weight: 800;
color: transparent;
font-size: 120px;
background: url("https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
background-position: 40% 50%;
-webkit-background-clip: text;
position: relative;
text-align: center;
line-height: 90px;
letter-spacing: -8px;
}