footer{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  background-color: rgba(33,37,41, 0.85);
  color: #fff;
  font-weight: 800;
  text-align: center;
  word-wrap: break-word;
  text-overflow:clip;
  z-index: 99;
}
footer a{
  cursor: pointer;
  text-decoration: underline;
  color: blueviolets;
}