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

body {
	background-color: #000;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	color: #FFF;
	line-height: 0.1;
}

h1 {
	font-weight: 100;
	font-size: 64px;
	margin-top: 120px;
}

h2 {
	font-weight: 100;
}

a {
	color: #fff;
	text-decoration: none;
	line-height: 5.0;
}