.p5-toast-box {
	position: fixed;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	z-index: 1000;
}
.p5-toast {
	padding: 10px 30px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7);
	// background: #ff552e;
	// background: rgba(255, 85, 46, 0.7);
	color: #fff;
	transform: translate(-50%, -50%);
}
