@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.page {
  /* flex: 1; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.page .typed {
  font-family: "Special Elite", serif;
  font-size: 72px;
  text-align: center;
  color: white;
  width: 50%;
}
