:root {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.body {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f7fb;
}
.container {
	padding: 2rem 7rem;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px rgba(0,0,0,0.1);
	
}
.result_images {
	display: flex;
	column-gap: 7rem;
	align-items: center;
	justify-content: center;
}
.result_images img {
	height: 200px;
	width: 300px;
}
.cpu_result img {
	transform:rotateY(180deg);
}
.result {
	text-align: center;
	font-size: 2 rem;
	margin-top: 1.5rem;	
}


.option_image img {
  width: 200px;
  height: 150px;
}  
.option_images {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  justify-content: center;  
}
.option_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin: 2.5rem;
}
.option_image:hover{
	opacity: 1;
}
.option_image.active {
  outline: gold solid 3px;
}
.option_image img {
  pointer-events: none;
}
.result_points {
	display: flex;
	column-gap: 7rem;
	align-items: center;
	justify-content: center;
	font-size: larger;
}
.resetoption {
	display: flex;
	column-gap: 7rem;
	align-items: center;
	justify-content: center;
	font-size: larger;
}