div#cookies-banner { position: fixed; bottom: 0; width: 100%; /* padding: 1rem; */ background-color: darkred; color: white; text-align: center; font-family: 'Arial', sans-serif; font-weight: bold; .button-group { display: flex; justify-content: center; gap: 1rem; margin: 1rem; } } img#baboon { height: 40vh; }