body
{
  background-color: lightgray; margin: 5px;
  font-family: Roboto;
}
*
{
  box-sizing: border-box;
}
#container
{
  width: 1000px; min-height: 750px;
  background-color: #555555; color: white;
  margin: auto;
}
header
{
  height: 50px; padding-top: 7px;
  font-size: 30px; text-align: center;
}
article
{
  width: 1000px; padding: 10px; font-size: 18px;
  min-height: 670px; text-align: justify;
}
ul > li
{
  margin-top: 12px;
}
footer
{
  height: 40px; text-align: center; font-size: 22px; font-family: 'Pacifico', cursive; color: darkblue;
}
.italic
{
  font-style: italic;
}
p
{
  margin: 20px 0 0 0; text-indent: 10px;
}
b
{
  font-style: italic;
}
a
{
  font-size: 24px; margin-left: 64px;
  color: #DDD;
}
