.err{
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.692);
    height: 50px;
    width: 50%;
    border-radius: 5px;
    margin: 0 0 1rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: scroll;
    transition: opacity 0.5s ease-in-out;
    padding: 8px;
}
.errmsg_W{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.err span{
    color:#000000;
    font-size: 25px;
    font-weight: bold;
}