*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

::-webkit-scrollbar {
    display: none;
}

body {
  background-color: #000;
  color: #fff;
  margin: 0;
}

body {
  -webkit-touch-callout: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: inherit;
}

h1 {
  font-family: 'Inter', sans-serif;
  font-size: calc(5vw + 5vh);
  font-weight: 600;
  letter-spacing: -.05rem;
  line-height: calc(4vw + 4vh);
  color:#fff;
  text-transform: uppercase;
}

span {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .05rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

#home {
  text-align: center;
}

.block {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}