
:root {
--backgroundColor:#170606; 
--color:white;





}



#main-image {
    height:100%;
width:100%;
object-fit:contain;


}

.smalltitle {
height:45vh;
width:100vw;

}

#title {

    display:flex;
    justify-content:center;
    align-self:center;
}


.parent {
    
border: 2px solid black;    
border-radius:5px;
padding:2%;
margin-top:2%;
}



#ourMission {
    color:var(--color);
    margin-top:3%;
    margin:auto;
    height:40vh;
    width:70vw;
    background-color:var(--backgroundColor);
    border-radius:15px;
    margin-bottom:10vh;
    }
    

  

#missionLabel {
text-align:center;
margin-top:1%;
}

.text {

margin-left:2%;
font-family:'Ruwudu', sans-serif;
font-size:20px;
}


#arabicTitle {


    font-family: 'Qahiri';
}

.collection {


    display:flex;
    height:100%;

}

.secondText {
    align-self:end;
    margin-bottom: 10%
}

.btn {
color:black !important;
border-color:black !important;
}

.btn:hover {

background-color:black !important;
color:white !important;

}


.darkMode {

color:white !important;


}

.refutationTitle{

    display:flex;
    justify-content:center;
   }






#content {

border: 5px solid black;
border-radius:5px;
border-radius:5px;
height:25vh;
width:50vw;
}

#paragraphPost {
    display:flex;
justify-content:center;
margin-bottom:5vh;
}

#titleOfPost, #labelOfContent {
display:flex;
justify-content:center;
}

#postTitle {

display:flex;
justify-content:center;
margin-bottom:5vh;

}

#refuteTitle {


    width:25vw;
    border: 2px solid black;
    border-radius:5px;

}

#submitButton {

display:flex;
justify-content:center;
}


#subsection1{

background-color:black;
height:50vh;

}

#forumTitle {
    
    text-align:center;
}
