@charset "UTF-8";

#message + section:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to left, rgb(0 0 0 / 80%) 40%, rgb(0 0 0 / 5%) 100%);
}

#message + section .image{
    text-align: right;
}

#message + section .image img{
    width: 180px;
    height: auto;
}