body {
	margin: 0px;
	background: ;
}

h1 {
	margin: 0px;
}

ul {
	list-style: none;
}

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

header {
	border: black solid 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*background: linear-gradient(180deg, pink, transparent);*/
}

.flex {
	display: flex;
}

.header-text {
	font-size: x-large;
}

#header-list {
	justify-content: space-between;
	padding: 5px 40px;
}

