.blog-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    min-width: 800px;
    margin: 0 auto;
    justify-content: center;
}

body {
  background-image: url('stars.gif');
  overflow-x: auto;
}

.post {
  border: 2px solid white;
  padding: 12px;
  background: plum;
  min-width: 600px;
  max-width: 800px
}

.post h2 {
  text-align: center;
}

.post  {
  text-align: center;
}

footer {
  background-color: plum;
  text-align: center;
  color: black;
  display: flex;
  width: 300px;
  height: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

header {
  background-color: plum;
  text-align: center;
  color: black;
  display: flex;
  width: 300px;
  height: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}