.blogpost {
  border-radius: 20px;
  padding: 15px;
  margin: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 1em 0.25em rgba(0, 0, 0,0.1);
  color: white;
}

hr{
    height: 3px;
    background: white;
    border: 0;
    margin-bottom: 20px;
}

button {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: 1s;
  box-shadow: 0 0 1em 0.25em rgba(255, 255, 255, 0.3);
}

img {
  max-width: 100%;
}
