h1,
h2 {
  text-align: center;
}

#registrationContainer,
#loginContainer,
#postFormContainer,
#postsContainer,
#messagesContainer {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  margin-bottom: 10px;
}

input[type="file"] {
  margin-bottom: 10px;
}

input[type="submit"] {
  width: 100%;
}

.post {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

.post .text {
  margin-bottom: 10px;
}

.post .image {
  max-width: 100%;
  height: auto;
}

.post .location {
  margin-top: 10px;
  text-align: center;
}

.message {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

#adminFeatures {
  display: none;
}

.userReport {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.takeAction {
  margin-top: 5px;
}
