svg {
  position: absolute;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
}

body {
  font-family: 'Notable', sans-serif;
  word-break: break-all;
  font-size: 5rem;
  line-height: 0.75;
  overflow: hidden;
  text-align: center;
  color: red;
}