h2 {
  margin-bottom: 10px;
}
p {
  padding: 20px;
}

.page-container {
  text-align: center;
}

#welcome-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcome-container {
  width: 800px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#welcome-container img {
  width: 500px;
  align-items: center;
  height: auto;
}

#postImage {
  width: 500px;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
