/* General */ body { margin:0; padding:0; display: flex; flex-direction:column; text-align: center; justify-content:center; align-items:center; justify-content:space-between; width:100%; font-size:40px; color:#00004d; background-color:lightgray; } h2{ text-transform:uppercase; margin-bottom:5px; margin-top:2px; } /* Navigation */ nav { background-color:#7FB7BE; width:100%; height: 80px; justify-content:space-between; } nav a{ text-decoration:none; margin:0 12px; } /* Header*/ header { background-color:#9AA0A8; width:100%; } /* About This Website! */ #AboutThisWebsite{ background-color:#A7C4B5; width:100%; } #AboutThisWebsite p{ text-align: left; width:100%; } /* Mom's can code! */ #CodingforMoms{ background-color:#A9D8B8; width:100%; } /* Opportunities for WOC! */ #OpportunitiesforWOC { background-color:#BEFFC7; width:100%; } /* Opportunities for Middle and Highschool girls! */ #OpportunitiesforMiddleandHighschoolgirls { background-color:#2E6171; width:100%; } /* Contact Us!important*/ #ContactUs { background-color:#615055; width:100%; } /* footer */ footer { background-color:#FF715B; width:100%; } /* Modal */