.djc_readon{

  justify-content: center;
  text-align: center;
}
.djc_description{

  justify-content: center;
  text-align: center;
  
}

html{

   border: 0px solid orange;
   width: 98%;
   margin: 0 auto;
   margin-top: 5px;
  
}

body{
  
    border: 0px solid red;
    width: 98%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/**heades styles here**/

.header{

  border: 2px solid black;
  width: 95%;
  margin: 0 auto;
  margin-top: 5px;
  background: white;
}


.header .container-topbar{

  border: 2px solid red;
  width: 99%;
  margin: 0 auto;
  margin-top: 3px;
  display: flex;
  justify-content: center;
  
}

.header .container-below-top{

     border: 2px solid red;     
     width: 99%;
     margin: 0 auto;
     margin-top: 3px;
     display: flex;
     justify-content: center;
     background: white;
     color: black;
}

.header .container-nav {

    display: flex;
  	justify-content: center;
  
    border: 2px solid grey;
    width: 99%;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
  
}

/***testing starts here**/

.drawBorder{
  
   border: 1px solid black;
   margin-left: 15px;
  
}

/***testing ends here**/