body {
 background-image: url('https://file.garden/ZFrKlShvAk-Bo1JT/layout/tile.png');
  color: black;
  font-family: courier;
    border-style: solid;
  border-color: black;
  width: 70%;
  min-height: 95%;
  margin-left: auto;
  margin-right: auto;
}

article {
  border-color: black;
  border-style:solid;
  max-width: 95%;
   margin-left: auto;
  margin-right: auto;
   text-align: center;
   word-wrap: break-word;
   margin-bottom: 25px;
  margin-top: 25px;
  background-color:white;
}

header {
  border-color: black;
  background-color: white;
  border-style:solid;
  max-width: 95%;
   margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 25px;
   text-align: center;
   word-wrap: break-word;
}

.responsive {
  max-width: 95%;
  height: auto;
}