body
{
	background-color:rgb(110,110,110);
	background-image:url('../img/defaultBackground.png');
	font-family: "Quicksand", sans-serif;
	font-size: 5px;
	background-size:100% 100%;
	background-attachment: fixed;
}
.no-scroll
{
	overflow: hidden;
}
#container
{
	font-size:24px;
	margin: 0 auto;
	padding:10px 50px;
	width:800px;
	position:relative;
	text-align:center;
	color:white;
	height:100%;
}
.two-column #container
{
	display: flex;
	width: 1200px;
}
#leftColumn
{
	flex: 1;
	padding-right: 15px;
	text-align: center;
}
#middleColumn
{
	flex: 1;
	padding: 0 10px;
	text-align: center;
}
#rightColumn
{
	flex: 1;
	padding-left: 15px;
	text-align: center;
}
h1
{
	font-family: "Playfair Display", serif;
	font-size:48px;
	padding-top: 30px;
	text-align:center;
	color:white;
	text-shadow:0px 0px 50px pink;
}
p
{
	margin: 20px;
	font-size: 20px;
	line-height: 1.6;
}
a
{
	color:rgb(255, 247, 128);
}
a.button
{
	font-family: "Playfair Display", serif;
	font-size: 30px;
	text-decoration: none;
	color:rgb(128, 232, 255);
	display:inline-block;
	margin:20px auto;
	padding:5px 40px;
	border:1px solid rgb(128, 232, 255);
	border-radius:7px;
}
a.button:hover
{
	text-shadow:0px 0px 8px white;
	background:rgba(151, 128, 255, 0.4);
}
ul
{
	list-style-type:none;
	font-size:18px;
	padding: 0px;
	margin: 20px;
}
li
{
	color:rgb(255, 80, 150);
	margin: 5px;
	line-height: 1.8;
}
.update-history
{
	margin-top: 30px;
	text-align: left;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.update-history h3
{
	font-family: "Playfair Display", serif;
	font-size: 28px;
	margin-bottom: 15px;
	color: rgb(128, 232, 255);
}
.update-history ul
{
	list-style-type: disc;
	padding-left: 20px;
}
.update-history li
{
	color: white;
	font-size: 18px;
	margin: 8px 0;
}		