
body
{
	background-color: rgb(20,20,30);
	background-image: url("images/background-1.jpg");

	color: rgb(220,220,220);

	font-size: 1.2em;
}

a
{
	color: rgb(220,220,220);
	font-weight: bold;
}


.content
{
	margin: 30px;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

.box
{
	padding: 20px;
	/*width: 85%;*/
	max-width: 1000px;
	background-color: rgba(230, 255, 230, 0.05);
	border: 2px solid rgba(230,255,230,0.05);
	border-radius: 25px;
}

.box .title
{
	margin-top: 10px;
	margin-bottom: 50px;
}

.text
{
	margin: 5px;
}

#images_holder
{
	/*width: 80%;*/
	padding: 10px;
	margin: 0;
	display: block;
}

#images_holder .image
{
	display: inline-block;
	width: 300px;
	/*border: 2px solid rgba(230,255,230,0.05);*/
	/*border-radius: 10px;*/
	padding: 10px;
}

#images_holder .image img
{
	width:280px;
}
