@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

body {
	background-image: url("static_void.gif");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black; /* fallback */
	font-family: 'Amatic SC', sans-serif;
	margin: 0;
	padding: 0;
	color: #e5e2f5;
}

.enterbox {
	background-color: rgba(140, 120, 227, 0.6);
	border: 5px solid #a495e9;
	border-radius: 12px;
	width: 60%;
	max-width: 500px;
	margin: 15vh auto;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(2px);
}

h1 {
	font-size: 42px;
	margin-bottom: 0.5rem;
}

p {
	font-size: 28px;
	margin: 0.5rem 0;
	text-align: center;
}

.button1 {
	background-color: #6f5acc;
	color: #fff;
	font-size: 32px;
	padding: 0.2rem 1.5rem;
	margin-top: 1.5rem;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s ease;
	display: inline-block;
	border: 5px solid #a495e9;
}
.button1:hover {
	background-color: #8470dc;
}
img {
  max-width: 100%;
  width: 1080px;
  height: auto;
}
footer {
	text-align: center;
	padding: 1rem;
	font-size: 35px;
	color: #a495e9;
	position: fixed;
	bottom: 0;
	width: 100%;
}
