@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	background-image: url("../img/enigma-background.png");
	background-color: #223d1c;
	background-repeat: repeat;
}

.container {
	max-width: 750px;
}

.name-text {
	color: #fcf2a1;
	font-size: 1.5rem;
	font-weight: 700;
}

.members {
	color: white;
	font-weight: bolder;
	text-shadow: 2px 2px 1px black, -2px 2px 1px black, 2px -2px 1px black, -2px -2px 1px black, 2px 0px 1px black,
		0px 2px 1px black, -2px 0px 1px black, 0px -2px 1px black;
}
