.headerwrapper{
  background-color: #da961c;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  height: 200px;
  margin:10px 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;    
  justify-content: space-between;
  gap: 20px;
  border:8px #6c3421 solid;
  border-radius: 4px;
  margin-top: 10px;
}


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 #4e590c;

}

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;
}

.middle-container{
  text-align: center;
  max-height: auto;
  background-color:#da961c;
  margin:20px auto;
  padding: 20px;
  max-width: 700px;
  border:8px #6c3421 double;
}

.albums{
   display:grid;
   grid-template-columns:repeat(3, 1fr) ;
   gap:15px;
}

.albums img{
  width:100%;
  aspect-ratio: 1/1;
}

.album p{
  margin-top: 6px;
  border:solid 2px #6c3421;
  
}


body {
  background-image: 
  linear-gradient(rgba(255,240,200,0.5),rgba(255,240,200,0.5)),
  url(https://i.pinimg.com/736x/79/2f/e2/792fe26d3dcb72bf0a015b7fe19d1ebe.jpg);

  font-family: "Covered By Your Grace",cursive;
  margin: 0;
  padding: 0;
}
    

