
.flash_message{
    background-color: rgba( 0,0,0,0.2 );
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;

}


.flash_message > .inner{
    background-color: #FFF;
    min-height: 100px;
    padding: 1em 2em;
}


