body {
  margin: 0;
  font-family: "Patrick Hand", cursive;
}

svg {
  height: 100vh;
  left: calc(50% - 50vh);
  position: absolute;
  width: 100vh;
}

path {
  fill: #f2f2f2;
}

div {
  align-items: center;
  color: #142569;
  color: #666;
  display: flex;
  font-size: 7.5vh;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}