@font-face {
	font-family: SpaceGrotesk;
	src: url(fonts/SpaceGrotesk.ttf);
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	background: #001c42;
	background: radial-gradient(circle,rgba(0, 28, 66, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background-attachment: fixed;
	color: white;
	min-height: 100vh;
	font-family: monospace;
	font-size: 16px;
}

h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin: 10px 0px;
}

ul {
	list-style-position: inside;
}

.button {
	padding: 15px 20px;
	width: fit-content;
	max-height: fit-content;
	margin: 0px 10px;
	border: 1px solid white;
	text-align: center;
	vertical-align: center;
	border-radius: 5px;
	
}

#content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#banner {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
	font-weight: 800;
}

#hero {
	height: 100vh;
	padding-top: 200px;
}

#menu {
	margin: 20px 0px;
	display: flex;
	justify-content: center;
}
