html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #01aa7a;
	font-family: "objektiv-mk1";

	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper .bee {
	display: flex;
	max-width: 25vw;
	margin-left: auto;
	margin-right: auto;
}

.wrapper .bee img {
	margin-left: -0.7rem;
}

.wrapper .contact {
	color: #000;
	margin-top: 2rem;
	text-align: center;
}

a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	align-self: flex-start;
	height: auto;
	max-width: 100%;
}
