/**
 * (c) Atomaniacs.com
 */

body {
	background: black;
	color: #eee;
	font-family: "TikTok Sans", sans-serif;
	overflow-x: hidden;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 4px black;
	text-align: center;
	font-variation-settings: "slnt" 0, "wdth" 100;
	line-height: 1.25;
}

h1 {
	line-height: 1.15;
	color: #ff6bda;
	font-weight: 650;
	margin-top: 0.25em;
}

h3 {
	font-weight: 650;
}

.atomania {
	display: block;
	font-size: 125%;
	font-style: italic;
	transform: rotateZ(-0.85deg);
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

a {
	color: #eee;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	padding: 1em;
	box-sizing: border-box;
}

video {
	width: 100%;			
	max-height: 40vh;
}

input {
	font-size: 18pt;
	padding: 0.5em;
	font-family: "TikTok Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 0.7em;
}

input.text {
	font-weight: normal;
	border-radius: 2px;
}

input.button {
	background: #ff0078;
	border: 2px solid #ff7dc6;
	color: white;
	border-radius: 8px;
	cursor: pointer;
}		

.footer {
	font-size: 70%;
}

@keyframes spin { 
	0% { 
		transform:rotate(0deg) scale(100%); 
	} 
	50% { 
		transform:rotate(180deg) scale(90%); 
	} 
	100% { 
		transform:rotate(360deg) scale(100%); 
	} 
} 

@media screen and (max-width: 640px) {
	.loading {
		left: calc(50vw - 145px);
		font-size: 80%;
	}
}