.container {
    background-color: transparent;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    margin-top: 0 auto;
    text-align: center;
}
.fatText {
        font: 80px 'Russo One', sans-serif;
        color: white;
}
.thinFatText {
        font: 60px 'Russo One', sans-serif;
        color: white;
}
.forgedText {
    font: 40px 'Baloo Chettan', cursive;
    color: floralwhite;
}
html { 
  background: url(../images/ric_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}