body {
  height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}

ul li {
  word-wrap: break-word;
}

.footer {
  box-shadow: 0px -2px 3px -3px rgba(0, 0, 0, .2);
  text-align: center;
  color: darkgray;
  font-size: 12px;
  padding: 0 15px;
}

.footer a {
  color: darkgray;
}

.footer .copyright {
  text-align: left;
  line-height: 80px;
}

.footer .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
