/* Font */
@import url("https://fonts.googleapis.com/css2?family=Heebo&family=Inter:wght@300;500;600;900&display=swap");

/* Utility */
.no-drag {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.padding-10 {
  padding: 10px;
}
.default-border {
  border-bottom: 1px solid #3f3f3f;
}
.center-text {
  text-align: center;
}

/* Body */
body {
  font-family: "Heebo", sans-serif;
  font-family: "Inter", sans-serif;
  background: #171717;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

/* Content container */
body > .content {
  margin: auto;
  border: 1px solid #3f3f3f;
  border-radius: 2%;
  width: 70%;
}
@media screen and (max-width: 400px) {
  body > .content {
    width: 100% !important;
  }
}

/* Title */
.content > .title {
  padding: 10px;
}

/* Headers */
h1,
h2,
h3,
h4 {
  margin: 0;
}

/* Links */
a {
  all: unset;
  cursor: pointer;
}

/* Paragraph */
p {
  margin: 0;
}

/* Textarea */
textarea,
input {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Footer */
.footer {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-size: smaller;
  font-weight: 100;
}

/* Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #3f3f3f #171717;
}
*::-webkit-scrollbar {
  width: 2px;
}
*::-webkit-scrollbar-track {
  background: #171717;
}
*::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
  border-radius: 10px;
  width: 2px;
}

/* Ads */
.container-302f9aa9d00672af753403f5bfb1c45b {
  /* font-size: 9px; */
}
