footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: auto;
}

footer * {
  font-family: "Roboto", sans-serif;
}


#footer_content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}

#lbl_copyright {
  font-weight: bold;
}

.footer_items {
  display: flex;
  height: 100px;
  align-items: center;
  list-style: none;
  text-align: center;
  margin-left: 15px;
}

.footer_item {
  display: flex;
  color: #f0f0f0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
}
