header {
   background-color: darkblue;
   color: white;
   text-align: center;
   padding:5px;
}

h3 {
   font-style: italic;
}

nav {
   background-color: lightblue;
   padding:7px;
}

section {
   padding: 15px;
   margin: 10px auto;
   width: 300px;
   text-align: center;
}

.specialLine {
    color: darkblue;
    font-style: italic;
    font-weight: bold;
}

footer {
   background-color: darkblue;
   color: white;
   text-align: center;
   padding: 5px;
}

#allcontent{
   width: 840px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}