body {
  background-color: #00305b;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

div {
  width: 800px;
  margin: 0 auto;
  background-color: #fffaf3;
}

p {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #222;
  margin: 10px;
  padding: 10px;
}

h2 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #00446c;
  border: 2px double #ca7921;
  margin: 10px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #00305b;
}

  li {
    float: left;
    width: 33.33333%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
  }

  li a:hover {
    background-color: #ca7921;
  }

@media screen and (max-device-width: 800px) {
  div {width: 600px;}
}

@media screen and (max-device-width: 650px) {
  div {width: 300px;}
  h1 {font-size: 18px;}
  h2 {font-size: 18px;}
  a {font-size: 12px;}
  p {font-size: 14px;}
}
