.Notification {
    border: 1px solid #ddd;
    padding: 17px 15px 15px 15px;
    background-color: #f7f7f7;
    display: flex;

}
.Notification-icon {
    margin-right: 13px;
}
.Notification-content {
    margin-top: 2px;
}
.Notification-title {
    font-size: 22px;
    margin: 0;
}
.Notification-message {

}
.Notification--error {
    border-color: #f0b1a1;
    background-color: #fff3ed;
    .Notification-title {

    }
}
