html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 7rem; }

.info-element{
  padding: 1rem;
  border-bottom: 1px solid #E9ECEF;
  font-weight: bold;
  font-family: Courier New;
  
}

.info-element:hover {
  background-color: #F1F1F1
}

.footer {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem; }
  .footer h6 {
    font-weight: bold;
    padding-top: 1rem; }
  .footer h3 {
    padding-top: 1rem; }
  .footer .copyright {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem; }