body {
	margin-top: 35px;
	background-color: yellow;
	align-items: center;
	text-align: center;
	cursor: url('normal.cur'), pointer;
}
#id-1 {
	font-family: monospace;
	font-size: 55px;
}
img {
	border: solid 15px navy;
	margin: 10px;
	border-radius: 15px;
	height: 350px;
	width: 350px;
}
button {
	border: solid 5px black;
	padding: 15px;
	background-color: lightcoral;
	border-radius: 15px;
	font-size: 20px;
	font-family: Arial;
	cursor: pointer;
}
h2 {
	font-family: Arial;
	font-size: 45px;
}
#paint-link {
	color: teal;
	font-size: 55px;
}