
html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
}

* {
	-webkit-user-select: none;
	user-select: none;
}