body {
	text-align: center;
}

.image {
	max-width: 1000px;
}

.text {
	color: black;
}

p {
	font-size: 22px;
}

button{
	padding: 20px;
	text-align: center;
	font-size: 22px;
	color: white;
}

#yes {
	background: green;
}

#no {
	background: grey;
}
