.toast {
	padding: 15px;
	background-color: #529aaa;
	color: white;
	opacity: 0.6;
	text-align: center;
	border: 1px solid white;
	border-radius: 5px;
	position: fixed;
	z-index: 100000000;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
}
