body {
	font-family: 'Poppins', sans-serif;
	color: #333;
	background-color: #f8f9fa;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
a {
	color: #0d6efd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
main {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}