    /*  */

.footer{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 30px;
}

.navbar_footer{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 40px;
  margin-left: 10px;
}

.links_footer{
  font-size: 16px;
  text-decoration: none;
}

.Copyright{
  font-size: 16px;
  margin-right: 10px;
}