* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: white;
  user-select: none;
  background: #0e151a;
  scroll-behavior: smooth;
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}

*::-webkit-scrollbar{
  width: 0.40rem
}
*::-webkit-scrollbar-track {
  background: transparent
}
*::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgb(97 117 117);
}

footer {
  font-size: 16.5px;
  padding-top: 6px;
  padding-bottom: 8px;
  text-align: center;
  background: #252c32;
  border-radius: 12px 12px 0 0;
}

.fa-solid, .fa-brands {
  font-size: 16px;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.righteous {
  font-family: "Righteous", sans-serif;
  font-style: normal;
}

.josefin_sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}