@charset "utf-8";

p {
    text-indent: 1rem;
    font-size: 14px;
  }
.heading {
    margin: 0;
    padding: 4px 0;
    background-color: blue;
    color: yellow;
    text-align: center;
}

.tag {
    text-indent: 0;
    padding: 0 30px;
    font-size: 12px;
}