/* CSS Document */

@font-face{
	font-family: "InupiaqNumbers";
	src:url("../InupiaqNumbersFont.ttf");
	src:url("../InupiaqNumbersFont.ttf") 
}

body{
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: ivory

}


.contents{
	display: flex;
	position: fixed;
	width: 100%;
	justify-content: space-between;
	align-items:center;
	background-color: palegoldenrod;
	min-width: 200px;
	height: 40px;
	border-style: solid;
	margin: 0;
	z-index: 15;
}

.contents .home{
	margin-left: 30px;
}

.contents ul{
	display: flex;
	column-gap: 40px;
	margin-right: 30px;
}

.contents li{
	list-style: none;
	margin: 0;
}

.container{
	min-width: 400px;
	margin:10px;
	padding: 10px;
	display: flex;
	margin-top: 40px;
	flex-direction: column;
	justify-content: center;
}

.intro h1{
	text-align: center;
}



.menu{
	width: 400px;
}

.sectioninfo p{
	padding: 0 30px
}

.sectioninfo h3{
	padding: 0 15px 0
}
