#articles-show {
  h1 {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 1.1rem;
    padding: 10px;
    background-color: #7cc9c9;
    color: #fff;
    border-radius: 10px;
  }

  h3 {
    font-size: 1.0rem;
    padding: 5px 0px 5px 10px;
    border-left: 7px solid #7cc9c9;
  }

  p {
    font-size: 0.9rem;
  }

  figure {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    a {
      display: block;
      width: 50%;
    }
  }

  img {
    max-width: 100%;
    height: auto;
  }

  hr {
    color: #7cc9c9;
  }
}