.anchor_tag_buffer {
    top: -50px;
    position: relative;
}

.block-table  {
    width: 70vw;
    margin-bottom: 3rem;
}

.block-table table {
    margin-left: auto;
    margin-right: auto;
}

.block-table table caption {
    color: unset;
}

.block-table table tr td,
.block-table table tr th {
    padding: .5rem 2rem;
    border: 1px solid black;

}