@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;800&display=swap");

body {
	font-family: "Inter", "DM Sans", Arial, sans-serif;
	color: #ffffff
}

h1 {
		text-align: center;
		font-size: 2.5rem;
}

h3 {
		text-align: center;
		font-size: 1.5rem;
}