body {
    background-color: #e1e5e9;
    height: 100%;
    width: 100%;
}
.article-row {
    margin-top: 50px;
    margin-bottom: 30px;
}
.card {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}
.card-body {
    padding: 40px;
}
article {
    min-height: 300px;
}
article h1 {
     font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #34344D;
    margin-bottom: 10px;
}
article h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #34344D;
    margin-bottom: 10px;
    margin-top: 10px;
}
article h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #34344D;
    margin-bottom: 10px;
    margin-top: 20px;
}
article h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #34344D;
    margin-bottom: 10px;
    margin-top: 20px;
}
article h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #34344D;
    margin-bottom: 10px;
    margin-top: 20px;
}
article p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #34344D;
    margin-bottom: 10px;
    margin-top: 18px;
}
article .article-date {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #6c757d;
}
.article-author {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #6c757d;
}
pre {
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    padding: 10px 15px;
    border-radius: 5px;
    padding: 12px 16px;
    overflow-x: auto;
    margin-bottom: 20px;
}
article img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}
article a {
    color: #0a3a8c;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
}

article a:hover,
article a:focus {
    color: #072a63;
    text-decoration: underline;
}
