body {
	background-color: #000807;
	color: #A2A3BB;
	font-family: Tahoma, sans-serif;
}

a{
	color: #A2A3BB;
}

h1 {
	color: #FBF9FF;
	margin-bottom: 0;
}

h2 {
	color: #B3B7EE;
	font-style: italic;
	font-size: smaller;
	margin: 0;
}

h3{
	color: #B3B7EE;
}

div#container{
	padding: 50px;
}

div#content{
	margin-left: 190px;
}

div#intro{
	text-align: center;
}

header {
	text-align: center;
}

footer{
	color: #B3B7EE;
	font-size: small;
	text-align: center;
}

h3 {
	display: inline;
}

ul {
	list-style: none;
}

.center {
	display: flex;
	flex-direction: column;
	height: 500px;
	margin: 100px;
}
