body {
  background-color: #242427;
  background-image: url(/blog/bg.png);
  color: #efe8e8;
  text-decoration: none;
  text-shadow: -1px 1px 2px #000,
  				  1px 2px 6px #000,
  				  1px -1px 0 #000,
  				  -1px -1px 0 #000;
  margin: 0;
  line-height: 1.5rem;
  padding: 2rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 12%;
  font-size: 14pt;
  font-family: 'GFS Didot', serif;
  padding-bottom: 10rem;
  }
  
article {
  border-radius: 5px;
  border: #efe8e8 1px solid;
  box-shadow: -1px 1px 2px #000,
  			  1px 2px 6px #000,
  			  1px -1px 0 #000,
  			  -1px -1px 0 #000;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
  
.wares {
  padding: inherit;
  margin: inherit;
  width: auto;
  height: auto;
  
  }
  
.topbar {
  display: flex;
  align-items: center;
  }