/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 4, 2018, 11:06:30 AM
    Author     : Yousuf
*/
#footer {
    height:120px;
    width:100%;
    bottom:0px;
    left:0px;
    background: #e5f3ff;
    position:  fixed;
    font-family: sans-serif;
    font-size: 18px;
    color: #222222;
}
