body {
  background-color: #eeeeee;
  font-family: "Courgette", cursive;
}

footer {
  background-color: black;
  padding: 1%;
}

footer h4 {
  color: white;
}
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}
