body{
    color:white;
    background-image: url(../Image/bk.jpg);
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    text-align: center;
}
footer a p{
    color:white;
    text-decoration: none;
}
footer p a:hover{
    color:#00ccdd;
}
ul{
    
    list-style-type: none;
}
table {
    margin: auto;
    text-align: left;
}