html, body, .flex, p {
	min-height: 100vh;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 3vw;
}
img {
	padding-top: 20px;
	max-width: 87.5vw;
	max-height: 58vh;
	min-height: 128px;
}
a {
	padding: 0 5px;
	line-height: 35px;
}
