@font-face {
  font-family: SF;
  src: url("./fonts/SF-UI-Display-Regular.2ceadd10ca85.otf");
}

@font-face {
  font-family: SFBold;
  src: url("./fonts/SF-UI-Text-Bold.89d0374d2347.otf");
}

body {
  font-family: "SF", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
    sans-serif;
}

a {
  color: black;
  font-style: italic;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: gray;
  transition: 0.5s;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "SFBold";
} */

.vertical-center {
  display: flex;
  width: 100%;
  height: 95vh;
  align-items: center;
  justify-content: center;
}

.footer {
  position: sticky;
  height: 50px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

.footer-content {
  background-color: #f2f2f2;
  position: relative;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
}

.footer img {
  width: 35px;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 568px) {
  .footer {
    font-size: 12px;
  }

  .footer img {
    width: 25px;
  }

  .btn {
    width: 100%;
  }

  .remove-btn-div {
    margin-bottom: 5rem;
  }
}
