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

body {
	background: radial-gradient(circle, #252525 0%, #000000 100%);
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}

.page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	transform: translateY(-32px);
}

.bird {
	padding: 16px;
	width: 120px;
}

.bird img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.logo {
	display: block;
	color: #fff;
	width: 300px;
	padding: 0 16px;
	height: auto;
}

h1 {
	font-size: 0.8em;
	font-weight: 400;
}