

@font-face {
  font-family: 'Lexend';
  src: url('../../../assets/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
}

.footer {
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: rgb(251,251,251);
  opacity: 0.8;
  position: fixed;
  z-index: 3;
  background-color: rgb(210, 210, 69);
  text-shadow: 1px 1px 2px rgba(48, 48, 48, 0.4);
  font-family: Lexend !important;
  height: auto !important;
}

.footer .copyright {
  font-size: 0.8em;
  padding: 0px;
  position: relative;
}

.footer .copyright li {
  display: inline-block;
  margin: 0 0 0 0.75em;
  padding: 0 0 0 0.75em;
}

.footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
  
}

.footer .copyright a {
  color: inherit;
}

ul{
  margin: 10px;
}

