h1 {
	background-color: blue;
}
button {
	background-color: lightgreen;
}
body {
	background-color: lightblue;
}
button {
	font-size: large;
	border-radius: 50px 50px 50px 50px;
}
img {
	border: solid;
	border-radius: 50px 50px 50px 50px;
}
.heading {
	background-color: blue;
	border-radius: 50px 50px 50px 50px;
	border: solid;
	padding: 10px 10px 10px 10px
}