body {
	text-align: center;
}

.image {
	max-width: 1000px;
}

h1 {
/*	color: green;*/
}

#nume {
		background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(199, 180, 87, 1) 50%, rgba(237, 106, 83, 1) 100%);
}

.text {
	color: black;
}

p {
	font-size: 22px;
}

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

#yes {
	background: green;
}

#no {
	background: grey;
}
