body {
  background-color: #f0f0f0;
}

.blog-post-card {
  width: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  border-bottom: dashed;
  border-color: maroon;
}

.post-content {
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.post-img {
  max-width: 100%;
  border-bottom: dashed;
  border-color: maroon;
}

.post-title {
  font-family: Arial;
  color: Maroon;
  margin: 10px;
}

.post-excerpt {
  font-family: Arial;
  color: DarkSlateGrey;
  margin: 10px;
}

.read-more {
  font-family: Arial;
  text-decoration: none;
  background-color: Maroon;
  padding: 7px;
  color: white;
  border-radius: 7px;
  margin: 1px;
  display: inline-block;
}

.read-more:hover {
  background-color: black;
}
