#toast-cookies-consent {
    font-size: 1.2em;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}
#toast-cookies-consent p {
    text-align: center;
}
#toast-cookies-consent p a {
    color: #fff;

}
#toast-cookies-consent p a:hover {
    text-decoration: underline;
}
#toast-cookies-consent.hide {
    z-index: -10;
}