@font-face {
	font-family: LeagueGothic;
	src: url(/fonts/LeagueGothic-Regular.ttf);
}

#demo{
  position:relative;
  left:0;
  top:0;
  font-family: LeagueGothic, Meiryo;
  display: grid;
  place-items: center;
  user-select:none;
}
#demo a,
#demo i,
#demo p
  display:block;
  position:absolute;
  left:0;
  top:0;
}
#demo a{
  width:100%;
  height:100%;
  z-index:2;
}

#demo p{
  left:calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
  z-index:3;
}

#demo i{
  top:-2px;
  left:calc(50% - 0.2px);
  width:0.5px;
  height:2px;
  background-color: #ff0000;
}
svg textPath{
  text-indent:-2em;
  text-anchor:middle;
  dominant-baseline: middle;
}

#score{
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  width:100%;
  height:100%;
  line-height:100vh;
  color:#fff;
  font-size:20vmin;
  font-weight:bold;
  text-align:center;
}
