@charset "utf-8";
/* CSS Document */


.box {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-style: solid;
}

h1 {
	text-align: center;
}

.instructions {
	text-align: center;
}

.submit {
	text-align: center;
}

.color {
	color:#772ADA;
	font-weight: bold;
}
