.card {
    width: 400px;
    flex-direction: column;
    min-width: 0;
    color: #fff;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.cookie a {
    text-decoration: none;
    color: #000;
    margin-top: 8px;
    font-size: 12px
}

.cookie a {
    text-decoration: none;
    color: #fff;
    margin-top: 8px
}

.decline {
    cursor: pointer
}

#pop_up {
    width: 280px;
    height: 180px;
    position: fixed;
    top: 0.5%;
    left: 50%;
    padding: 10px;
    margin-top: -150px;
    margin-left: -150px;
    position: fixed;
    z-index: 999;
    display: none
}

#master {
    background-image: url('../img/background.jpg');
    /* background: url('/website/static/img/91477540-geld-nahtlose-muster-linienart-finances-endlosen-hintergrund-geschäft-bank-die-beschaffenheit-mit-do.jpg') => USE AMAZON AWS TO UPLOAD STATIC IMAGES SEPERATELY TO HEROKU!*/
}

#array-renderer {
    display: none;
}

@keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

@media (prefers-reduced-motion) {
    .wrapper {
        animation: scroll 200s linear infinite;
    }
}
