.footerMainCon {
  width: 50rem;
  max-width: 85vw;
}

.footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 5.5rem;
}

.footerCon {
  width: 100%;
  height: 100%;
  position: relative;
  height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-weight: 200;
  font-size: 1rem;
}

.footerRight {
  align-text: left;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  flex-direction: row;
}

.footerLeft {
}

.footerLink {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .footerCon {
    flex-direction: column;
  }
}
