.blog-post {
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.blog-post h2 {
  margin-top: 0;
}

form {
  background: white;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 400px;
  margin: 1rem auto;
}

label {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  min-height: 100px;
}

button[type="submit"] {
  width: 100%;
}
#createPostSection,
#viewPostSection {
  max-width: 500px;
  margin: 2rem auto;
  background: white;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#createPostSection,
#viewPostSection h1 {
  text-align: center;
  margin-top: 0;
}

#editBt,
#deleteBt {
  display: inline-block;
  margin-top: 1rem;
}

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