@font-face {font-family: "Irregardless"; src: url("https://assets.codepen.io/35984/51550-webfont.woff2") format("woff2")}

body {
 background-color: #E8DDC5;
 overflow: hidden;
 text-align:center;
  display: flex;
  align-items: center;
  justify-content: center; 
}

body,
html {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
}

svg {
 width: 100%;
 height: 100%;
 visibility: hidden;
	overflow: visible;
 
}

line {
	/* stroke: red; */
	stroke-width: 2px;
 }
text{
	user-select: none;
  pointer-events: none;
	text-anchor: middle;
	font-size: 5em;
	font-family: 'Irregardless'
}
#m1 {
  
	font-size: 6em;
}