.cookie_banner{
    width: 520px;
    max-width: 98%;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    -webkit-box-shadow: 0 2px 10px -2px #000000;
    box-shadow: 0 2px 10px -2px #000000;
}
.cookie_blocker{
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(120,120,120, 0.5);
    z-index: 99;
}