* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #eeece5;
  padding: 50vh 0;
  text-align: center;
  font-size: 2.5em;
}
h1 {
  background: linear-gradient(#fe4e00 50%, #0000 50%) center center / 100vw
    100vh fixed;
  /* height: 100vh; */
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px #fe4e00;
}
