.toast {
	/* display: none; */
	position: fixed;
	top: 50%;
    left: 50%;
    z-index: 1000;
    opacity: 0.8;
    text-align: center;
    background-color: #000000;
    color: white;
}