.cookieMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #62573deb;
    z-index: 999;
    display: none;
}

.cookieMessage-content {
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 12px;
}

.cookieMessage-content a{
    color: white;
}

.cookieMessage-content p{
    margin: 0 0 20px 0;
}

.cookieMessage-button {
    background-color: #f5f3f0;
    color: #564a30 !important;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
}