@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

body {
	background-color: #340959;
	#justify-content: center;
	font-family: 'Reenie Beanie', cursive;
}

.container {
	background-image: url("image.jpg");
	background-color: #340959;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 472px;
}

.who {
	top: 10%;
	width: 100%;
	position: absolute;
	text-align: center !important;
	font-size: 3em;
	color: white;
}

.bottom {
	top: 70%;
	left: 51%;
	position: absolute;
	background-color: #150424;
	transform: translate(-50%,0%);
	border-radius: 8px;
	padding: 10px;
	font-size: 2em;
	color: white;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #150424;
}

li {
	float: left;
}

li a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: #340959;
}
