html, body {
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
	min-height: 100vh;
	background-color: #0c0a09;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	color: #fff;
}

main {
  padding: 80px;
  width: 87.5vw;
  max-width: 1680px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

h1 {
  font-weight: 600;
  font-size: 48px;
}

h2 {
  font-weight: 500;
  font-size: 28px;
  margin-top: 40px;
}

p {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
}