/* CSS Document */
@charset "UTF-8";

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazir.eot');
  src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}
body {
  background: #00E7DC;
  margin:0;
  padding:0;
  overflow:hidden;
  direction: rtl;
  font-family: 'Vazir';
}

h1 {
  color: #fff;
  text-align: center;
  padding: .5em 0 0;
  position: relative;
  z-index:2;
  left:0;
  right:0;
  margin: 0 auto;
}
h1 a{
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
svg {
  position:fixed;
  bottom:0;
  left:0;
  height: 100%;
  width:100%
}