@import url('GeneralStyling.Css');
@import url('Header&FooterStyling.Css');



.container {
    width: 80%;
    margin: auto;
    margin-top: 50px !important;
}


.Article-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Article h2,
.Article h3,
.Article h4,
.Article h5,
.Article h6 {
    font-family: "Aviny";
}

.ArticleName {
    font-size: 40px;
    font-weight: 700;
}

.ArticleHeader {
    font-size: 32px;
    font-weight: 500;
}

.ArticleSubHeader {
    font-size: 24px;
}

.ArticleICoverImage {
    text-align: center;
    margin: 35px 0;
    width: min(500px, 50%);
    min-width: 300px;
}

.ArticleFullDesc {
    text-align: justify;
    line-height: 1.9;
    font-size: 20px;
}

.ArticleDesc {
    text-align: justify;
    line-height: 1.9;
    font-size: 21px;
    margin-bottom: 10px;
}

.ArticleImages {
    margin: 25px 0;
    text-align: center;
}

.ArticleImages{
    max-width: 75vw;
}

.footer-container .Right-Side p {
    line-height: 1.2;
    height: 60px;
    text-align: justify;
    margin-bottom: 5px;
}