/*
 * Copyright (C) CYBER TEST SYSTEMS Registration No SIREN : 802734178 France - All Rights Reserved
 * 
 * Confidential and Proprietary Information
 * 
 * Unauthorized copying of this file total or partial is strictly prohibited
 * 
 * This file and all their revised versions are protected by all
 * intellectual property rights in force.
 * 
 * Cyber Test Systems France remain the sole and exclusive
 * property of this file.
 * 
 * Any dismantling, decompilation, deciphering, extracting, reusing,
 * copying and, more generally, any reproduction, representation,
 * publishing total or partial is strictly prohibited and could
 * be subject to prosecution.
 * 
 * File Created 2025-12-03-04-12
 * Created by WUzyyvA6CvJ5u7U64REI
 * File Last Modified 2026-02-12-05-44-35
 * Last Modified by WUzyyvA6CvJ5u7U64REI
 * 
 * Version 1.0-000-000 - Build 20260212054435
 */






html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('background.jpeg') ;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1 {
	margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 1px);
    width: 100vw;
    margin-top: 1px;
	position: relative;
	color: white;
	font-family: 'Courier New', Courier, monospace;
	font-size: 40px;
}