body { 
  background-color: #cee0f1;
}

h1 {
 text-align: center;
 font-family: verdana, sans-serif;
 color: #4b6a88;
 text-shadow: 1.25px 1.25px #212F3C;
 font-size: 38px;
}

.navbar { 
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #92bae0;
  color: #212F3C;
  position: fixed;
  left: 10px;
  top: 10px;
  font-size: 24px;
  border: 3px solid #212F3C;
  text-align: center;
}

li a {
  display: block;
  color: #212F3C;
  padding: 8px 16px;
  text-decoration: none;
}

li a:first-child {
  border-top:  3px solid #212f3C;
}


li a:hover {
  background-color: #6aa1d5;
  color: #212F3C;
}

