.wrappper {
    width: 100%;
    margin: 0 auto;
}
.wrappper:after {
    content: "";
    display: table;
    clear: both;
}
.title { 
    position: relative;
    background-image: -webkit-linear-gradient(#378DBC 0%, #B6E8F1 46%, #ffffff 50%, #32120E 54%, #FFC488 58%, #582C11 90%, #EC9B4E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px #f5f5f5;
    font-size: 150px;
    font-family: 'Titillium Web', sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 1;
}

body {
    background: #404040;
    background-image:url(http://i.stack.imgur.com/TEBeF.gif);
    font-family: 'Mr Dafoe', cursive,"Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
    color: #EB219B;
    height: 100%;
    text-align: center;
    font-size: 24px;
  }
