@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

* {
  margin: none;
  padding: none;
  transition: .5s ease-in;
  scroll-behavior: smooth;
  font-family: Funnel Display, monospace;
}

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

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

body {
  background-color: #111;
  color: #ffffff;
  max-width: 100vw;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

body main {
  width: max-content;
}

span.highlight {
  background-color: #444;
  padding: 5px;
}

span.margin-b-1 {
  font-size: 1rem;
  position: relative;
  top: .1rem;
  left: .1rem;
}

p {
  font-size: 1.5rem;
}

button.cta {
  background-color: #52ff02;
  color: #000;
  border: 0;
  padding: .8rem 1rem;
  font-weight: bolder;
  font-size: 1rem;
  cursor: pointer;
  transition: .1s linear;
}

button:hover {
  background-color: #333;
  color: #52ff02;

}

footer {
  text-align: center;
  background-color: #222;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
}

footer p {
  font-size: inherit;
}
































.hind-siliguri-light {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-siliguri-regular {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-siliguri-medium {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-siliguri-semibold {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-siliguri-bold {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700;
  font-style: normal;
}