html,
body {
  height: 100%;
}
body {
  margin: 0;
  background-color: rgb(20, 20, 21);
}

.wrap {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  width: auto;
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(227, 227, 227);
  font-size: 48px;
  font-size: 8vw;
}
