header .header-title h1 {
    font-size: 1rem;
}

header .header-contact i {
    font-size: 1.25rem;
}

.content {
    flex-direction: column;
    align-items: center;
}

article .post-title {
    font-size: 1.5rem;
}

article p, article ul li {
    font-size: 1rem;
}

.article-container {
    width: 95%;
}

.aside-container {
    width: 95%;
}