section > h1
{
  text-align: center;
  font-style: italic;
  font-size: 2em;
}

#owner
{
  display: inline-block;
  text-align: left;
  font-style: italic;
  font-size: 1.5em;
  width: 34%;
}

#owner p
{
  margin: 0%;
}

#languages
{
  display: inline-block;
  text-align: right;
  width: 32%;
  margin: 0%;
}

nav
{
  display: inline-block;
  text-align: center;
  width: 33%;
}

header
{
  margin: 1%;
  padding-bottom: 1%;
  border-bottom: 1px dashed;
}

header ul
{
  list-style-type: none;
  margin: 0%;
  padding: 0%;
}

header li
{
  display: inline-block;
  margin-left: 8%;
}

header a
{
  color: #760001;
  font-size: 1.3em;
  text-decoration: none;
}

header a:hover
{
  border-bottom: 2px solid
}

footer
{
  text-align: center;
  border-top: 1px dashed;
  margin: 1%;
}

footer h1
{
  font-size: 1em;
  font-style: bold;
  display: inline-block;
  margin-left: auto;
}

footer p
{

  display: inline-block;
  margin-right: auto;
}
