#cookies{
    margin-top:0px;
    margin-left:0px;
    background-color: #95ba90;
    position:fixed;
    width:100%;
    opacity:0.95;
    z-index:999;
    color: black;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
    bottom: 0;
    position: fixed;
    font-size: 16px;
}
.cookieLinks{
    color: black;
}
.cookieLinks:hover{
    color:#000000;
}
#cookies a{
    color: black;
    text-decoration: underline;
}