.back {
    text-decoration: none;
    color: black;
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #15679333;
    font-size: 16px;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
}
.back svg {
    width: 16px;
    padding-bottom: 2px;
}
h1 {
    margin: 0;
}
h2,h3,h4,h5,h6 {
    font-weight: 600;
}
.sub-head {
    margin-bottom: 32px;
}
.tags {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tags li {
    margin-right: 6px;
    display: inline;
    font-size: 16px;
    padding: 6px 9px 4px 9px;
    background-color: #ececec;
    border-radius: 16px;
}
.tags li:hover {
    text-decoration: dotted underline;
    text-decoration-thickness: 2px;
    text-decoration-color: black;
    text-underline-offset: 2px;
}
main img {
    width: 100%;
    display: block;
}
.attr {
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 12px;
    color: rgb(136, 136, 136);
    text-align: center;
}
main li {
    font-size: 1rem;
}
figure {
    margin: 64px auto;
    max-width: 640px;
}
figcaption {
    text-align: center;
    color: #555555;
    font-style: italic;
    margin-top: 16px;
}
p {
    font-size: 1rem;
}
