@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	background-color: #fff;
}
.logo img {
	width: 300px;
}
p {
	margin: 30px 0px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
  	font-style: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}