/****** signal-zero.net *****/

* { box-sizing: border-box; }

        body {
          text-align: center;
          background: #EEE;
          height: 50vh;
          padding: 20vmin;
          font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","HiraginoKakuGothicProW3","メイリオ",sans-serif;
	      font-weight: 400; /* normal 400 */
	      -ms-text-size-adjust: 100%;
	      -webkit-text-size-adjust: 100%;
        }

        svg {
          width: 100%;
          height: 100%;
        }
        
        @keyframes anim {
          0% {}
          100%{ stroke-dashoffset: 0; }
        }
        
        p {
            color: #666;
            font-size: 0.8em;
            text-align: center;
        }
