#er_msg_container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

#er_msg_wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 2rem;
    height: fit-content;
    background-blend-mode: normal;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
    /*font-family: 'Cutive Mono';*/
    font-size: large;
}

#er_msg_wrap p:first-child {
    text-align: center;
}