html {
font-size: 20px;
font-family: 'Poiret One', cursive;
text-align: justify;
background-color: #FEE6DB;
}

body {
width: 800px;
margin: 0 auto;
padding: 0 20px 20px 20px;
background-color: hsla(43, 82%, 81%, 0.75);
border: 1px solid black;
}

h1 {
font-size: 40px;
text-align: center;
color: black;
margin: 0;
padding: 20px 0;
text-shadow: 1px 1px 1px black;
}

h6 {
color: black;
font-size: 15px;
}

img {
display: block;
margin: 0 auto;
}

i {
  font-family: 'Lobster', cursive;
}

button {
  width: 96px;
  font-family: 'Poiret One', cursive;
    border: shadow;
}

p, li {
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
}

/*
p h6 {
  font-family: 'Poiret One', cursive;
  color: black;
  width: 700px;
  border: 1px solid black;
}

i {
  font-family: 'Lobster', cursive;
}

h1 {
  font-family: 'Poiret One', cursive;
}
*/
