#footer
{ background-color: #2F273B; }/*to align the text in responsive manner*/
.leftdiv
{
   text-align: right;
}
.rightdiv
{
text-align:left;
}
.centdiv
{text-align: center;
}
@media only screen and (max-width:468px)
{ line-height: 2;
   .leftdiv
   {
      text-align: center;
   }
   .rightdiv
   {
      text-align: center;
   }
.centdiv
{text-align: center;
}
}
/*  ------- Styles below the line are not shown during page editing --------- */