body {
  	background-color: lightgreen;
	font-size: 175%;
}
h1 {
	background-color: LimeGreen;
	border-style: groove;
	border-width: 10px;
}
.title {
	background-color: pink;
	border-style: dotted;
	border-width: 175%;
	text-align: center;
}
.titleflex {
	display: flex;
}
.titleflex img {
	width: 175px;
}
