@import url('https://font-googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');#cookies{font-size:1rem;font-family:'Roboto', sans-serif;padding:2px;}
#cookies .container{width:1600px;margin:auto;}
.subcontainer{width:85%;margin:auto;}
#cookies{width:100%;position:fixed;bottom:0;color:white;background-color:rgba(0,0,0,0.7);z-index:999;display:none;}
.cookies{min-height:70px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.cookies p{color:white;}
.cookies a{color:yellow;font-weight:500;text-decoration:none;}
#cookies-btn{border-radius:5px;padding:8px 12px;font-size:1rem;font-family:inherit;cursor:pointer;border:3px solid white;background-color:black;color:white;}
@media (max-width:1600px){#cookies .container{width:100%;}
}
@media (max-width:1024px){.cookies{padding:10px 0;}
}