body{
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
}

#preview{
  position: absolute;
  height: 100vh;
  top: 0;
  right: 0;
  width: 100vh;
  text-align: center;
  font-size: 7em;
  color: white;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}