@charset "UTF-8";

h2.postTitle {
  margin: 2em 0 0 0;
  padding: 5px;
  border-bottom: 1px dotted #999;
}

.postImage {
  margin: 0 auto;
  width: 80%;
}

.postImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  border: 1px solid lightgray;
}

.text_aria {
  margin-bottom: 1em;
}

.subTitle {
  display: block;
  border-bottom: 1px dotted #999;
  margin-bottom: 1em;
}

p.URLmessage {
  margin-bottom: 0;
}
