
.bitcount-grid-single-<uniquifier> {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}


body {
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(33, 13, 60, 1) 100%);
  background-size:cover;
  text-shadow:2px 2px 1px #000;
}


@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  padding-top:20px;
  min-width: 160px;
  z-index: 1;
}

/* Dropdown Content2 (Hidden by Default) */
.dropdown-content2 {
  display: none;
  padding-top:20px;
  min-width: 160px;
  z-index: 1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

@media only screen and (max-width: 700px) {
  body {
    padding:20px!important;
  }
}


