body {
  background-color: #0066FF;
  font-family: Action Man, Comic Sans;
  font-size: 18px;
  color: black;
  margin: 2% 10%;
  }

h1 {
  text-align: center;
  font-size: 56px;
  color: white;
  }

h2 {
  text-align: center;
  color: white;
  }

ul.links {
  text-align: center;
  list-style: none;
  }

ul.favs {
  text-align: left;
  margin-left: 20px;
  }
a {
  color: black;
  text-decoration: none;
  }
p.footer {
  margin-top: 100px;
  color: black;
  text-align: center;
  font-family: times;
  }
p.footer a {
  text-decoration: underline;
  }