.tag-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
