
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wdth@62.5&display=swap");
* {
  box-sizing: border-box;
  user-select: none;
}

a {
  color: #000;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100dvh;
  color: black;
  font-family: "Noto Serif Display", serif;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.5em;
  margin: 0 auto;
  color: black;
  width: 90vw;
  max-width: 1200px;
}

h3 {
  font-size: clamp(1rem, 10vw, 10rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
  margin: 0;
  color: black;
  width: 90vw;
  max-width: 1440px;
}
section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}
section .outer,
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
section .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}
section .bg h2 {
  z-index: 2;
}
section .bg .clip-text {
  overflow: hidden;
}

.btcusdtBg {
  background-color: #F3921A;
}
.ethusdtBg {
  background-color: #687EE3;
}
.solusdtBg {
  background-color: #5496D6;
}
.maticusdtBg {
  background-color: #8247E5;
}
.xrpusdtBg {
  background-color: #23292F;
}
.avaxusdtBg {
  background-color: #E84142;
}
.bnbusdtBg {
  background-color: #F0B90B;
}
.dotusdtBg {
  background-color: #E6197A;
}
h2 * {
  will-change: transform;
}