*, *:before, *:after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	padding: 50px 5%;
	font-family: 'Inter', sans-serif;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-family: 'DM Serif Display', serif;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: #ccc;
	text-decoration-style: wavy;
	color: #f03865;
}

p {
	font-size: 1rem;
}