/* ##################################################################################
#
#               - COPYRIGHT AND CONFIDENTIALITY NOTICE -
#                  TYNDALL FX CONFIDENTIAL INFORMATION
#
# All rights reserved to TYNDALL FX SAS, a company incorporated
# and existing under the laws of France, with headquarters
# at 35 Bd des Princes 06210 Mandelieu-La Napoule, FRANCE registered under
# company number 948 609 573 - "TYNDALL FX SAS".
#
# The source code is proprietary and confidential information of TYNDALL FX SAS.
# Except as expressly permitted under applicable law or by written
# agreement, it is prohibited to, directly or indirectly, modify, copy, analyze,
# reverse engineer, disassemble or otherwise attempt to derive the source code or
# to permit or encourage a third-party to do so.
#
# For any question about terms and conditions, contact: contact@tyndallfx.com
# Copyright (c) 2023-2025 TYNDALL FX SAS
################################################################################## */

.centered
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 50%;
	margin-top: 1em;
}

#canvas
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
