#table-notifications { z-index: 1000; position: fixed; width: 60em; max-width: 80%; top: 1em; left: 0; transform: translate(calc(50vw - 50%)); li { box-shadow: 5px 5px 15px var(--shadow-color); background-color: var(--notification-bg-color); list-style-type: none; padding: .5em; border-radius: var(--border-radius); } }