.center {
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

#imgs {
	position: relative;
}
#enot {
	max-width: 100%;
	height: auto;
	width: auto;
}

h1 {
	text-align: center;
	font-family: Helvetica, sans-serif;
}

.hidden {
	display: none
}

.div_center {
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 50%;

	width: inherit;
	transform: translate(-50%, -50%);
}

#footer {
	position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;

	border-top: 2px solid rgb(228, 228, 228);
	background-color: rgb(236, 236, 236);
	font-family: Helvetica, sans-serif;
}
#footer *{
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: blue;
}
#footer a:hover {
	color: darkslateblue;
}
#footer p {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

#darkmode {
	background-color: transparent;
	font-weight: bold;
	outline: none;
	border: none;
	
	padding-top: 3px;
	font-size: 10px;
}
#darkmode:hover {
	transition: 0.25s;
	color: darkslateblue;
}

#enotone {
	position: fixed;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	display: block;
	margin: auto;
}

#thinkfast {
	/* Get the image ontop of Enot */
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	top: 0;


	/* Center image ontop of Enot */
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
}