* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #eee;
}

footer {
  width: 100%;
  background: #eee;
  padding: 40px;
  position: relative;
}

footer h3,
footer p {
  text-align: center;
}

footer h3 a,
footer p a {
  color: #606060;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

footer h3 a:hover,
footer p a:hover {
  text-decoration: underline;
}

footer a.back {
  font-size: 14px;
}
