h1{
    font-weight: 800;
    text-align: center;
}
p{
    text-align: justify;
    text-indent:2em;
}
table p{
    text-indent:0;
    margin-bottom:0;
}
figure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
table{
    width:90%;
    text-align: center;
    margin: 0 auto 5%;
}
.article{
    border: 1px solid gainsboro;
    padding-left: 32px;
    padding-right: 32px;
    width:70%;
    border-radius:4px;
}
.catalogue-box{
    width: 25%;
}
.catalogue{
    position: sticky;
    top: 20px;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius:4px;
    width: 100%;
}
.catalogue h4{
    border-bottom: 3px solid #0060e1;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom:0;
}
.toc{
    font-weight: 600;
}
.toc ul{
    padding-left:18px;
}
.toc a{
    color:var(--bs-dark);
}
.toc a:hover{
    color:#0060e1;
    text-decoration:none;
}
.article-info{
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 8px;
    border-radius: 4px;
    width: 100%;
    border-bottom: 3px solid #0060e1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    font-weight: 800;
}
.article-info p{
    letter-spacing: 0.1em;
    margin-bottom: 0;
    text-indent:0;
    margin-right: 1em;
}
.article-info a{
    margin-right: 1em;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
}
.article-info .edit:hover{
    color: #0060e1;
    text-decoration: none;
}
.article-info .del:hover{
    color: #f10000;
    text-decoration: none;
}
.comment p{
    text-indent:0;
}
.user-avatar{
    margin-right: 0.5em;
    width: 2em;
    border-radius: 1em;
}
.article-info .user-avatar{
    margin-left: 1em;
}