body {
	 text-align: center;
 	 font-family: "Nunito", sans-serif;
	 background-image: url("bg.png");
	 margin-left: 20%;
	 margin-right: 20%;
	 margin-top: 0;
	 margin-bottom: 0;
}

.box {
	 background-image: url("bg_02.png");
	 padding: 10px;
}

.box h3, h4 {
	 text-align: center;
}

.box p {
	 text-align: left;
}

.member p {
	 text-align: center;
}