@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: '#570861';
	color: white;
}
body {
	box-sizing: border-box;
}

h1 {
	font-family: 'Federo';
	/* font-weight: 700; */
	/* font-style: italic; */
	font-size: 3rem;
}

p {
	font-family: 'Federo';
}

a {
	font-family: 'Federo';
}
