@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.eot');
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Regular.woff2') format('woff2'),
		url('../fonts/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular.ttf') format('truetype'),
		url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #FFDD18;
	font-family: 'Oswald';
}

a {
	font-size: 1.2rem;
}

h1,
p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-bottom: 1.2rem;
}

h1 {
	font-size: 1.5rem;
}

.post a {
	display: inline-block;
}

section {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100%;
	text-align: center;
	justify-content: center;
}


section div {
	max-width: 420px;
	margin: 0 auto;
}

section div a {
	text-decoration: none;
	color: #000;
	display: block;
}

.logo {
	margin: auto;
	max-width: 320px;
	margin-bottom: 1rem;
}