






/* footer section */

footer{
    background-color:white;
    text-align: center;
    padding: 30px 0px;

}

footer  a{
    color:black;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}


footer  a:hover{
    text-decoration: underline;
    color:dodgerblue;
}



