/*google-font*/
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*google-font-end*/


*{
	padding: 0;
	margin: 0;
}
body{
	background-color: #fff;
	font-family: "Inter", sans-serif;
}

.box {
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  align-items: center;
  justify-content: center;
  color: #fff;
  
}

