body {
	background-color: #fd94ab;
	font-family: sans-serif;
}

img {
	width: 200px;
	height: 300px;
	object-fit: cover;
	//transition: width 1s;
	transition: transform 1s;
}

.img-container {
	width: 200px;
	height: 300px;
	position: relative;
	display: inline-block;
}

.overlay {
	width: 200px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/static/bluegalaxyspiral.gif');
	background-size: cover;
	background-position: bottom;
	//transition: width 1s;
	transition: transform 1s;
	backface-visibility: hidden;
}

.audioplayer {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

form {
	padding-bottom: 15px;
}

#message {
	position: absolute;
	top: 40%;
	width: fit-content;
	color: white;
	text-align: center;
	font-size: 1.5em;
	left: 0%;
	right: 0%;
	margin: auto;
	//background-color: palevioletred;
	max-width: 60%;
	white-space: preserve-breaks;
	z-index: 500;
}
