@font-face
{
  font-family: shiv;
  src: url("Shivaji01.ttf");
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #4CAF50;
   text-align: center;
   padding:0px;
   margin-top:0px;
}

.header {
  padding: 10px 16px;
  background: #4CAF50;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.shivaji{

    font-family: shiv;
}