footer {
  background: var(--dark);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-dark);
}

.ft-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.2);
}

.ft-copy {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center ;
  align-items: center;
  flex-direction: row;
}
.ft-copy .copy-template{
  margin-left: 8px;
}
.copyright{
  font-size: 1.9em;
  position: relative;
  top: 5px;
}
.copy-name .text{
  top: -4px;
  position: relative;

}