.cookie_notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: bottom 0.2s ease-in;
}

.cookie_notice > p {
    margin: 0;
    padding: 0;
    text-align: center;
}