* {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	background-color: #bf94e4;
}

.flipping {
	transition: transform 2s;
}

.flipping:hover{
	transform: rotateY(180deg);
}

p{
	float:left;
	margin:50px;
	text-indent:2em;
	font-size:24;
}

.center {
	text-align: center;
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.fakelink {
	user-select: none;
	color: blue;
	text-decoration-color: blue;
}

div:last-of-type {
	margin-top: auto;
}

.container img {
	object-fit:contain;
}
