body {
  background-image: 
  linear-gradient(rgba(255,240,200,0.5),rgba(255,240,200,0.5)),
  url("../Pictures/harlequin.jpg");

  font-family: "Covered By Your Grace",cursive;
  margin: 0;
  padding: 0;
}



.headerwrapper{
  background-color: #99927e;
  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;
}

header a:link{color:#311f10;}
header a:visited{color:#694120;}
header a:hover{color:#24160b;}




.icon{
  width:17px;
  height:17px ;
  margin-right:5px;
  display:block;
}

.main-content{
  max-width: 1000px;
  margin: 50px auto;
  display: flex;    
  justify-content: center;
  gap: 20px;
  border:8px #6c3421 solid;
  border-radius: 4px;
 background-color: indigo;
 padding: 30px;
}

.fat{
  font-weight: bold;
}


.box{
  display: flex;
  background-color: #311f10;
  justify-content: flex-start;
  max-width: 300px;
  min-width:300px;
  padding:10px;
  border-radius: 10px;
}



.cover-art  {
  height:150px;
  width:150px;
  background-size: cover;
  margin:0px 20px 0px 0px;
  background-position: center;
}

.white {
  color: #be985b;
}

.her .cover-art  {
  background-image: url(Pictures/wlw.jpg);
}


.rain .cover-art  {
  background-image: url(Pictures/rain.jpg);
}
