.alert {
	position: absolute;
	top: 100px;
	left: 120px;
	width: 340px;
	background-color: MintCream;
	padding: 12px;
	border: 2px solid teal;
	border-radius: 5px;
}

.closebtn {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border: 3px solid gray;
	border-radius: 5px;
	background-color: white;
}

.closebtn:hover {
	color: green;
}
