h1 {
  text-align: center;
  color: black;
  text-decoration:underline
}
h2 {
  text-align:center;
  color: black;
}
p {
	font-family: "Baskervville", serif;
  
}
h2 {
	font-family: "Baskervville", serif;
}
h1{
	font-family: "Baskervville", serif;
}
.box {
	background-color: #59AEC6;
  padding: 1em;
  box-shadow: 5px 5px 10px #478799;
  margin: 1em;
  border-radius: 1em;
  color: white
}
body {
  background-color: #90E3FB;
}
h3 {
  font-family:"Baskervvile", serif;
  text-align:center;
}
.box2 {
	background-color: #59AEC6;
  padding: 1em;
  margin: 1em;
  box-shadow: 5px 5px 10px #478799;
  border-radius: 1em;
  color: white
}
.Recpie {
  color: white
}
.Biomes {
  color: white
}
h5 {
  text-align: center;
  color: black;
}
body {
  font-family:"Baskervvile", serif;
  background-image:url("https://projects.codecraftworks.com/web/MHnSYq2xNXTmmGjHWwoM/assets/image_2025-03-29_105748956.png")
}
p:hover {
  color: white;
}
#circle
{
  width:150px;
  height:100px;
  background:green;
  border-radius: 50%;
}
@media(min-width: 992px) {
  .box {
  	width: 20%;
  }
}
#box2 {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#box {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
