@charset "UTF-8";

body{
background-image: url(images/bg.png);
	background-color: #0d0821;
	color: #e6df9e;
	text-align: center;
}
a{
	color: #fff9cb;
}
#text{
	text-align: left;
	background-color: #0d0821;
}
#menu{
	background-color: #0d0821;
	padding: 30px 0;
	border-radius: 30px;
	margin: 0 0 20px;
}
#menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#menu ul li{
	padding: 0 10px;
}