html * {box-sizing: border-box;}

body {
	font-family: system-ui,sans-serif;
	font-size: 100%;
	line-height: 115%;
	margin: 0;
	padding: 0;
	background-image: url('/images/humbird.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

main {

}



@media (min-width:600px) {
	
	main {
		display: flex;
		background-color: #aaa;
		flex-direction: row;
		margin: calc(2vw * 2);
		}
	main>p {
		margin: 1.35em 1em;
		flex-grow: 2;
		flex-shrink: 1;
		flex-basis: 50%;
	}
	main>p:first-child {
		flex-basis: 50%;
	}
}
