html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #0a1626;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

* {
  box-sizing: border-box;
}

h1 {
  text-align: center;
  font-size: 4rem;
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}