@media (max-width: 1250px) {
    h2 {
      font-size: 48px !important;
    }
  }
body{
    margin:0;
    overflow: hidden;
    background-color: #000;
}
h2{
    font-family: 'Manjari'; 
    font-size:18px;
    color:#fff;  
}
div.righttop{
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 9999;
}

div.leftbottom{
    position: absolute;
    left: 50px;
    bottom: 50px;
}

h2 a{color: #ffff00;}

