:root {
    font-size: 16px;
}

/* .container {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1232px) {
    .container {
        margin: 0 1rem;
    }
} */

.article-item {
    margin: .5rem 0;
    padding: .5rem 0;
    position: relative;
}
/* .article-item::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;

    background-color: #252525;
    transition: width 1s ease-in-out;
}
.article-item:hover::after {
    width: 100%;
} */
.article-item a {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #252525;
}
.article-item a:visited {
    color: #252525;
}

.aside {
    flex: 1;
    max-width: 23.5%;
}

.sidebar-info {
    flex: 1;
}

.sidebar-info img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;

}