body {
  	background-color: lightblue;
	font-size: 175%;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
}
h1 {
	background-color: hotpink;
	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;
}
