.toast_item {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 10%;
    right: 10%;
    text-align: center;
    top:30px;
    padding:20px;
    border-radius: 10px;
    border:1px solid rgb(172, 231, 172);
    background-color: rgba(188, 236, 224, 0.744);
    font-weight: bold;
}
.toast_item.error 
{
    background-color: rgba(242, 142, 103, 0.752);
    border:1px solid rgb(245, 100, 52);
}