Doc Type CSS
ul{
  list-style: none; 
  display: inline-block;
}

li{
  list-style: none;
  width: 15%;
  display: inline-block; 
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  font-family: rooney-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}

nav{
  width:100%;
  background: pink; 
  border: 1px;
}
h1{
  text-align: center;
  color: pink;
}



div.content1{
  width:55%;
  height:14.5em; 
  display:inline-block;
  vertical-align:top;
  font-size: 23px;
  font-family:rooney-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}

div.content2{
  width:55%;
  height:14.5em;
  display:inline-block;
  vertical-align:bottom;
  font-size: 23px;
  font-family:rooney-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#box5{ 
display:inline-block;
width:23%;
height:25em; 
text-align: center;
font-size: 20px;
font-family:rooney-web, sans-serif;
font-style: normal;
font-weight: 400;
}

#box6{ 
display:inline-block;
width:23%;
height:25em; 
text-align: center;
font-size: 20px;
font-family:rooney-web, sans-serif;
font-style: normal;
font-weight: 400; 
}

#box7{ 
display:inline-block;
width:23%;
height:25em; 
text-align: center;
font-size: 20px;
font-family:rooney-web, sans-serif;
font-style: normal;
font-weight: 400; 
}

#box8{ 
display:inline-block;
width:23%;
height:25em; 
text-align: center;
font-size: 20px;
font-family:rooney-web, sans-serif;
font-style: normal;
font-weight: 400; 
}

footer{ 
background:pink ;
width:101%;
height: 23em; 
font-size: 20px;
font-family: rooney-web, sans-serif;
font-style:normal;
font-weight: 400; 
}

.nav{
  font-size: 20px;
  width: 100%;
} 
