.card-title a {
    text-decoration: none;
}

.article-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

body {
    font-size: 1.2rem;
}

.article-container {
    padding-bottom: 50px;
}

.card-img-home {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card-text-home {
    font-size: 0.9rem;
}
