@font-face {
    font-family: 'IstokWeb-Regular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/IstokWeb-Regular.ttf') format('truetype'),
      
    font-weight: normal;
    font-style: normal;
}
body{
  background-image: url("../images/Tool.png");
  font-family: 'Playfair Display', serif;

}

div.middle{
  top:0;
  right:0;
  bottom:0;
  left:0;
  position:absolute;
  margin:auto;
  height:120px;
  width:100%;
  text-align:center;
 
}
.text-type-animation{
  text-transform:uppercase;
  font-size:18px;
  
}
.txt-rotate{
  color:grey;
}