.footer {
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
  font-size: 15px;
  font-weight: bold;
  color: #cdcdcd;
  text-shadow: 1px 2px 0 #fff;
  display: inline-block;
}  

.footer a {
  color: #bebebe;
  text-decoration: none;
}

.footer a:hover {
  color: #bebebe;
  text-decoration: none;
  border-bottom: 1px dashed #cdcdcd;
}
