.mainArticleBody{
    width: 900px;
    height: 110%;
    background-color: rgb(26, 26, 26);
    margin-top: 0px;
    margin: auto;
}

.rightSideContent{
    padding-top: 60px;
}

.mainArticlePhotoCont{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.otherFlexCont{
    width: 300px;
    margin-top: 50px;
}

.otherlnkModule{
    width: 100%;
    margin-bottom: 40px;
}

.otherlnkModule a{
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.otherlnkModule a:hover{
    text-decoration: underline;
}

.mainArticlePhotoCont img{
    position: relative;
    top: -10%;
}

.mainArticlePhotoCont h1{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    bottom: 80px;
    left: 50px;
}

.articleText{
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
}

.articleSubHeadings{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: bold;
    margin-bottom: 12px;
}

.content{
    font-family: "Montserrat", sans-serif;
    color: white;
    box-sizing: border-box;
    font-size: 20px;
    text-indent: 20px;
    line-height: 29px;
}

.indent{
    font-style: italic;
    margin-left: 15px;
}

.bolder{
    font-weight: bold;
    color: rgb(62, 189, 248);
}

.articleIcons{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.articleIcons p{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin-left: 25px;
}

.articleIcons img{
    width: 50px;
}