/* Custom CSS styles */ body { height: 100%; margin: 0px; overflow: hidden; } canvas { display: block; } #footer { position: fixed; left: 0; bottom: 0; height: 20px; width: 100%; background-color: white; text-align: left; } #footer * { margin: 0; padding: 0; } #footer ul { list-style: none; padding-left: 5px; } #footer ul li { display: inline; } img { width: 2%; }