<head>
<meta charset="utf-8">
</head>

h1 {
  margin: auto;
  text-align: center;
  font-size: 100px;
  color: #666666;
}

h2 {
  margin: auto;
  text-align: center;
  color: #666666;
}
h3 {
  text-align: center;
  font-size: 10px;
}
footer {
  position:  fixed;
  bottom: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding:8px 16px;
  width: 110px;
  background-color: #ffc266;
}

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


li a:hover {
  background-color: #ffc266;
  color: black;
}

.active {
  border: 3px;
  border-color: black
}

