body{
    background-image: linear-gradient(black 10%, #161a1d, #353535, #161a1d);
    height:max-content
}

#main-content-holder.container{
    max-width: 2500px;
    width: auto;
   }

   #main-content-holder{
    /* color: black; */
    padding-top: 2%;
    margin-bottom: 3%;
    padding-bottom: 2%;
    background-color: #343434;
    border: 5px solid white;
    
}

#mission-holder{
    display : flex;
    flex-wrap : wrap;
    align-content : center;
    margin-top :2%;
    margin-bottom : 2%;
    
}

#sub-holder{
    margin-bottom: 3%;
    border: 3px solid black;
    background-color: lightgray;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
}

#main_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    width : 1350px;
}

#chiefs{
    max-width: 375px;
    max-height: 500px;
}

#paragraph-3{
    max-width: 163px;
    min-width: 182px;
}

#paragraph-1{
text-indent: 50px;
max-width: 900px;
min-width: 400px;
}

#paragraph-2{
    text-indent: 50px;
    }

/*#main_row{*/
/*    margin-right: -50px;*/
/*    margin-left: -100px;*/
/*}*/

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
    