.cookie {
    position: fixed;
    background-color: #656567;
    opacity: 0.8;
    bottom: 0;
    padding: 15px;
    color: #f5f5f5;
    font-size: 12px;
    z-index: 10000;
}

    .agree-button {
        text-align: center;
        padding-top: 10px;
    }
    a:hover{
        color:#5bb75b;
    }

