.notification {
    z-index: 9999999999;
    position: fixed;
    display: none
}

.notification-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    height: 15px;
    width: 15px;
    line-height: 15px
}

.notification-block {
    display: flex
}

.notification-img {
    width: 60px;
    display: flex;
    justify-content: center
}

.notification-img img {
    width: 40px;
    align-self: center
}

.notification-img span {
    align-self: center
}

.notification-text-block {
    width: 200px;
    padding: 10px
}

.notification-text p {
    margin: 0;
    padding: 0
}