#om-cookie-banner {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    padding: 1rem;
    background-color: black;
    z-index: 99999;
    bottom: 0;
    text-align:center;
    font-size: 1rem;
}

#om-cookie-text,
#om-cookie-buttons a {
    color:white;
}
#om-cookie-buttons {
    margin-left:1rem;
}

#om-cookie-buttons a {
    background-color: #ef2b2d;
    padding: .2rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    margin-right: 1rem;
    font-size: 1rem;
}
#om-cookie-buttons a:hover {
    background-color:white;
    color:#FC5005;
}