

body {
	background-color: #DAFCFF;
	background-image: url(./img/butterfly.png)
}
@import url('https://fonts.googleapis.com/css2?family=Rosarivo:ital@0;1&display=swap')

h2 {}
p {
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;
	color: #A74800;
}
h1 {
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;
	color: #A74800;
	
}
#wrapper {
	width: 70%;
	margin: auto;
	background-color: white;
	opacity: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #DAFCFF;
	
	
}
img {
	max-width: 280;
	height: auto;
}
aside { float: right;
}
dd {
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;
	color: #0D5068;
}