html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
p {
	font-size: 0.8em;
	linheight: 2em;
	color: #ffffff;
}
link a {
	text-decoration-line: none;
}
a {
    text-decoration-line: none;
	color: #444444;

}

header{
    display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	align-items: center;
	line-height: 1rem;
	font-family: poppin;
	font-size: 14px;
	}
h1{
	margin-top: -2em;
}
h2{
	margin-bottom: 1em;
	margin-top: -1em;
}
.gnav{
	display: flex;
	flex-wrap: wrap;
    list-style: none;
}
.gnav a{
	display: inline-block;
	flex-wrap: wrap;
	margin-left: 7px;
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.information {
	position: relative;
	display: block;
	width: 567px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	padding-top: 40px;
	text-align: center;
	background-color: #2A2A2A;
}
.information p{
	font-size: 0.8em;
	margin-top: 1em;
	color: #ffffff;
}
