h1{text-align: center; color: #ff9900; font-family: Georgia; text-decoration: underline;} 

#info_box1{
float:left;
background: #ff9900;
width: 350px;
height: 150px;
margin-top:85px;
padding: 5px;
margin-left: 20px;
justify-content:left;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
#info_box2{
float: left;
background: #ff9900;
width: 350px;
height: 150px;
margin-top:85px;
padding: 5px;
margin-left: 20px;
justify-content:right;
border-radius:10px;
justify-content:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

#info_box3{
float: left;
background: #6699FF;
width: 340px;
height: 150px;
margin-top:85px;
padding: 5px;
margin-left: 20px;
justify-content:center;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

#info_box4{
float: left;
background: #ff9900;
width: 350px;
height: 150px;
margin-top:85px;
padding: 5px;
margin-left: 20px;
justify-content:center;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

#info_box5{
float:left;
background: #6699FF;
width: 350px;
height: 150px;
margin-top:85px;
padding: 5px;
margin-left: 20px;
justify-content:center;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
#info_box6{
float: left;
background: #6699FF;
width: 350px;
height: 150px;
margin-top:30px;
padding: 5px;
margin-left: 20px;
justify-content:left;
flex-wrap:wrap;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

main{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

div, img, {padding-right: 70px; padding-left: 0px;  float: clear;}
