body {
	background-color: black;
	overflow: hidden;
}

canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none;
}

#titlePage {
	margin-top: 10%;
}

#titlePage p {
	color: white;
	text-align: center;
	font-size: 1.75em;
	font-family: 'Oleo Script';
}

#music-toggle {
    color: #fff;
}
.music-off {
    text-decoration: line-through;
    color: red !important; 
}

