@charset "utf-8";
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li {
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #D94E81;
}
div {
  width: 431px;
  margin: auto;
}
body {
  background-color: #466E73;
  color: #73020C;
}
header {
  background-color: #F2AEC1;
  color: #73020C;
  font-size: 26pt;
  text-align: center;
}
h2 {
  color: #F2BBC9;
  font-size: 20pt;
  text-align: center;
}
nav {
  background-color: #C5D9D0;
  font-size: 23pt;
}
article {
  background-color: #D94E81;
  color: #F2DFE2;
  font-family: century gothic;
  font-size: 18px;
  padding: 15px;
}
p {
  font-size: 12pt;
}
a {
  font-size: 18px;
}
h2 {
  background-color: #F2DFE2;
  color: #D94E81;
}
ul {
  text-align: left;
}