* {
	box-sizing: border-box;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial,
		sans-serif;
	margin: auto;
}

main {
	padding: 32px;
}

.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 64px);
}

.logo img {
	width: 100px;
	margin: 0 0 16px 0;
}

.logo h1 {
	margin: 0;
}

.contact {
	/* bottom right */
	position: fixed;
	bottom: 32px;
	right: 32px;
}

.contact a {
	padding: 8px 16px;
	color: white;
	background-color: #4ca8ed;
	border-radius: 8px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.contact a:hover {
	background-color: #4398d9;
}
