* {
	box-sizing: border-box;
	list-style-position: inside;
}

:root {
	--fonts: gaegu-r, ms pgothic, arial;
	--d-blue: #5d92d8;
	--red: #d05874;
	--green: #c5f0af;
	--yellow: #ecc54f;
	--pink: #f47cc4;
	--hotPink:c;
	--pastelPink: #ffd1dc;
	--cream: #f9f4ef;
}

body {
  align-content: center;
}

#wrapper {
  position: relative;
	display: grid;
	max-width: 1050px;
	margin: auto;
	grid-template-areas:
		"header header header"
		"navi intro music"
		"navi intro music"
		"navi notepad updates"
		"footer footer pic";
	grid-template-columns: 200px 500px 300px;
	grid-template-rows: 60px 300px 250px 360px;
	grid-gap: 20px;
}

#about {
  overflow: hidden;
	margin: 50px 80px 50px 100px;
	height: 900px;
	border: 4px solid;
	border-color: #ffd1dc;
	text-align: center;
	box-shadow: 2px 2px #f47cc4;
	background-color: #f9f4ef;
	padding: 5px;
}

h2 {
 color: #f47cc4; 
}

#bow {
  width: 50px;
 position: absolute;
	top: 27px;
	left: 300px;
}

body {
  background: url("https://www.shutterstock.com/image-vector/cute-seamless-pattern-bows-vector-600nw-2438987589.jpg");
}

b {
  color: #f47cc4 ;
  font-size: 20px;
}