body{
  background:#0f1c2e;
  color:#e6e6e6;
  font-family:Georgia,serif;
  margin:0;
}

.wow-header{
  background:#1c2f4a;
  border-bottom:4px solid #c9a84e;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
}

nav{
  margin-top:10px;
}

nav a{
  color:#e6e6e6;
  margin:0 10px;
  text-decoration:none;
  font-weight:bold;
}

nav a:hover{
  color:#ffd76b;
}

.container{
  max-width:1000px;
  margin:auto;
  padding:40px;
  background:#16263d;
  border:1px solid #3b4f6b;
}

.footer{
  text-align:center;
  padding:20px;
}
