#notification {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#notification_button {
    padding: 2px 8px;
    font-weight: bold;
    color: #fff;
    background-color: var(--blue);
    border: none;
    border-radius: 10px;
}
