h1 {font-family:"Mea Culpa", cursive; font-weight: 400;
  font-style: normal; font-size: 5em; text-align: center;}
#mannequin:before, #mannequin:after {background:url("https://projects.codecraftworks.com/web/H0cWeAH9IjMmxaJ0Fr0T/assets/Mannequin.png"); content:""; display:inline-block; width:1em; height:1em; background-size:contain; background-repeat:no-repeat;}
#nav {display: flex; flex-direction: column; flex-wrap: no-wrap; justify-content: space-between; align-items: flex-start; align-content: space-around; padding:10px; margin: 4px; width:40%;}
.blogpost {text-align: center;}
body {background-color: #ffD1DC; font-family: Inter, sans-serif; font-weight: 500; font-size:20px;}
.Alison {border: 4px solid black; padding:1em; align-items: center;}
#imggallery {display: flex; flex-direction: row; flex-wrap: column-reverse; flex-flow: wrap; justify-content: center; padding: 10px; margin: 14px; border: 2px solid black;}
img {border:2px solid black;}
footer{display: flex; flex-direction: row; flex-wrap: no-wrap; flex-flow: wrap; justify-content:space-around;}
@media screen and (width: 920px) {#imggallery {max-width: 70vw;}}
@media screen and (min-width: 700px) {.Alison {max-width: 90vw;}}
