

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.postDiv {
  display: grid;
  justify-items: center;
  align-items: start; 
}


.postContainer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  
  margin: 0;
  padding: 20px;
}

.postTitle {
 text-align: center; 
}

.footer {
  text-align: center;
  padding: 20px;
  margin-top: auto;
}