body{
  background-color:#e8beae;
}

.headerwrapper{
  display:inline-flex;
  background-color: #da961c;
  align-items: center;
  justify-content: center;
  gap:10px;
  height: 200px;
  margin:5px 5px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;    
  justify-content: space-between;
  gap: 10px;
  border-radius:10px;
  border:#6c3421 solid 4px;
}


header{
  width: 700px;
  background-image:url("https://i.pinimg.com/1200x/57/b6/5d/57b65df3bc4c8cb3d9012f66964893f6.jpg");
  padding:10px;
  margin-bottom:20px;
  font-family:"Are You Serious",cursive ;
  border-radius: 10px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top:0px ;
  border: 4px solid #6c3421;

}

nav a{
display:inline-flex;
padding:8px 8px;
background-color:#da961c ;
color:#311f10;
text-decoration: none;
border-radius: 5px;
margin:0 10px;
font-weight: bold;
transition:0.2s ;
align-items: center;
line-height: 1;
}

.potplant{
  height:200px;
}

.orange-tree{
  height:200px;
}

.nav-button{
  display:flex;
  align-items: center;
  gap:5px;
}

a:link{color:#311f10;}
a:visited{color:#694120;}
a:hover{color:#24160b;}

.icon{
  width:17px;
  height:17px ;
  margin-right:5px;
  display:block;
}

.columns{
  column-count: 3;
  column-gap: 20px;
  margin-top:20px;
  margin:40px auto;
}

.box{
  background-color:#e69396;
  padding: 15px;
  border:2px #6c3421 solid;
  border-radius: 10px;
  font-family: "Quintessential";
  color: #6c3421;
  break-inside: avoid;
  margin-bottom: 20px;
  padding: 15px;
}

.box img{
  max-width:100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}




























