*{
	background-color: #190d0c;
}

body {
	color:  whitesmoke;
}

p {
	font-size: 1.5rem;
	padding: 1.5rem;
}

div {
	margin: 0;
}
span.main {
	font-size: 3rem;
	text-shadow: 0 0 5px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: rgba(0,0,0,0.0);
}

span.art {
  	font-size: 1rem;
  	position: absolute;
  	top: 8px;
  	left: 16px;
  	background-color: rgba(0,0,0,0.0);

}


.container {
  position: relative;
  text-align: center;
  color: white;
}

ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
   background-color: whitesmoke;
   overflow: hidden;
   list-style-type: none;
  margin: 0;
  padding: 0;
 text-align: center;
}

li {
	color: black;
	
	text-align: center;


}

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

}

a {
  display: block;
  padding: 8px;
  background-color: whitesmoke;
}

li a:hover {
  background-color: #111;
  color: whitesmoke;
}

footer {
	text-align: center;
	color: darkgrey;
}