body {
	background-color: pink;
	border: 30px;
	}
header {
	text-align: center;
	font-family: sans-serif;
	font-size: 8vw;
	font-weight: bold;
	text-decoration: none;
}
h1 {	
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
	font-weight: normal;
	text-decoration: underline;
}
h3 {	
	text-align: left;
	font-family: sans-serif;
	font-size: 3vw;
	font-weight: normal;
	text-decoration: underline wavy;
}
img {
	width: 95vw;
	position: center;
}