.answer1{
	margin: 30px;
	padding: 15px 20px 10px 20px;
	height: 100px;
	width: 500px;
	border: groove black 10px;
	outline: dashed darkgray 5px;
	background-color: lightgray;
	color: black;
	display: flex;
	justify-content: center;
}

.answer2{
	margin: 30px;
	padding: 15px 20px 10px 20px;
	height: 100px;
	width: 500px;
	border: dashed purple 10px;
	outline: solid yellow 5px;
	background-color: lightyellow;
	color: black;
	display: flex;
	justify-content: center;
}

.answer3{
	margin: 30px;
	padding: 15px 20px 10px 20px;
	height: 100px;
	width: 500px;
	border: dotted red 10px;
	outline: solid blue 5px;
	background-color: lightblue;
	color: black;
	display: flex;
	justify-content: center;
}

.answer4{
	margin: 30px;
	padding: 15px 20px 10px 20px;
	height: 100px;
	width: 500px;
	border: outset lightblue 10px;
	outline: inset lightblue 5px;
	background-color: lightgray;
	color: black;
	display: flex;
	justify-content: center;
}

.answer5{
	margin: 30px;
	padding: 15px 20px 10px 20px;
	height: 100px;
	width: 500px;
	border: double white 10px;
	outline: double beige 10px;
	background-color: beige;
	color: black;
	display: flex;
	justify-content: center;
}