body {
    min-height: 100vh;
    position: relative;
}

.foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}



/* .catalog{
    border-collapse: collapse;
    width: 100%;
    line-height: 2;
    border-bottom: 2px solid #232323;
}

.catalog tr {
    display: flex;
    justify-content: space-between;
} */



.catalog {
    width: 100%;
}

.blog-item {
    position: relative;
    line-height: 2;
    min-height: 2em;
    width: 100%;
}

.title {
    position: absolute;
    left: 0;
    top: 0;
}

.title a:active{
    color: var(--h3-color);
}

.date {
    position: absolute;
    right: 0;
    top: 0;
}

hr {
    width: 100%;     
    margin-left: auto;  
    margin-right: auto;
    border: none;
    height: 4px;
    background: var(--h3-color);
}