#user-notification {position: fixed;bottom: 0;left: 0;width: 57%;background-color: #222;color: #fff;padding: 15px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 9999;}#user-notification .buttons {margin-top: 15px;}#user-notification button {background-color: #444;color: #fff;border: none;padding: 10px 20px;cursor: pointer;}@media(min-width: 768px) {#user-notification {flex-direction: row;justify-content: space-between;max-width: 500px;}}