* {
  font-family: "Lora", serif;
}

body {
  margin: 4rem;	
}

main {
  max-width: 90rem;
  margin:auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: italic;
  padding-top: 0.5rem;
  margin-left: -2rem;
  padding-left: 1rem;
}
h1 {
  background-color: beige;
  font-size: 4rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2.0rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.45rem;
}

p, a, li, td {
  line-height: 2.5rem;
  letter-spacing: 0.04rem;
  font-size: 1.3rem;
}

ul {
  list-style: none;
}

ul li::before {
  content: '🌱 ';
}
ul li:nth-child(2)::before {
  content: '🌼 ';
}
ul li:nth-child(3)::before {
  content: '🌿 ';
}
ul li:nth-child(4)::before {
  content: '🌳 ';
}
ul li:nth-child(5)::before {
  content: '🪴 ';
}
ul li:nth-child(6)::before {
  content: '🍀 ';
}
ul li:nth-child(6)::before {
  content: '🌷 ';
}
ul li:nth-child(6)::before {
  content: '🍃 ';
}



table {
  border: 0.5rem solid beige;
  border-radius: 1rem;
}

img {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center; 
  border-radius: 1rem;
  border: 0.8rem solid lightgrey;
  overflow: hidden;
}
