#privacy-popup { position: fixed; bottom: 20px; right: 20px; max-width: 300px; background-color: #221f1f; color: #fff; padding: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 10000; border-radius: 8px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; } #privacy-popup button { margin-top: 10px; padding: 8px 12px; background-color: #444; color: #fff; border: none; border-radius: 4px; cursor: pointer; } #privacy-popup button:first-of-type { background-color: #009688; } @media(min-width: 768px) { #privacy-popup { max-width: 350px; } }