html, body {
  height: 100%;
  margin: 0;
  background-color: #333;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #f0f0f0;

}
 body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

h1{
  font-size:4em
}