﻿@charset "UTF-8";
					body{		font-family: 'Press Start 2P', cursive;
								margin: 0;
								background-color: black;}

				#background{	position: absolute;
								top: 0;
								right: 0;
								bottom: 0;
								left: 0;
								background-image: url(img/Halle.gif);
								background-size: cover;
								background-position: center;
								background-repeat: no-repeat;
								opacity: 0;}

					#content{	transform: translateY(-50%);
								margin-top: 45vh;
								width: 100vw;
								text-align: center;
								position: fixed;
								color: white;
								opacity: 1;}

						h1{		font-size: 36px;
								color: white;}

						#enter{	font-size: 14px;
								color: #C20301;}

						.erst{	transform: translateX(-50%) translateY(-50%);
								margin-top: 50vh;
								margin-left: 50vw;
								color: white;
								font-size: 36px;
								position: fixed;
								opacity: 0;}