body {
	background-image: url('images/lillypad.svg');
	background-repeat: repeat;
	background-size: 250px 250px;
	font-size: 30px;
}

header{
	background-color:#baded0;
	padding: 1em;
}

h1{
	text-align: center;
	color: black;
	font-size: 80px;
}

img{
	display: flex;
	justify-content:center;
	align-items: center;
}
ul{
	list-style-type: none;
}
section.first{
	background-color: #baded0;
	padding:.5px;
	color:black;
}
section.frog{
	display: flex;
	justify-content:center;
	align-items: center;
	

}
section.second{
	background-color: #baded0;
	padding:.5px;
	color:black;
}