body{
	background-color: black;
}
a:visited{
  color: #f39b23;
}

.container{
	display:grid;
	margin-top: 100px;
	background-color: black;
	border:solid #f39b23 2px;
    padding-right: 0px;
    padding-left: 0px;
    width:100%;


}



  div.transbox {
  	margin: 10px;
  	margin-right: 10px;

  }

  div.transbox section{
  font-weight: bold;
  color: #f39b23;
  text-align: justify;
  font-size: 12pt;
}
 

  .background .col-md-4{
  
  	margin-bottom: 10px;
  	border-top:solid silver 1px;
  
  	
  
  }
  h3{
  	text-align: center;
      
  }
  	


