@charset "utf-8";
/* CSS Document */
body, html {
            margin: 0;
            padding: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background-color: #000;
        }
        canvas {
            display: block;
        }
		h1 { margin: 0; position: fixed; bottom: 3vw; right: 3vw; color: #FFF;font-family: "Caveat", cursive; font-weight: normal; font-size: 5vw;}
		
		@media screen and (orientation: landscape) {
           h1 {  font-size: 2.5vw;}
        }

