#mask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
	font-size: 20px;
	padding-top: 50px;
	z-index: 100;
}
