body {
	margin: 0;
	padding: 0;
	background-color: rgb(71, 44, 154);
}

#footer {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 24px;
	text-align: center;
	background-color: #000;
}

#footer #privacy {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-right: 25%;
}

#footer #terms {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-left: 25%;
}

#privacy-terms {
	display: block;
	width: 50%;
	background-image: linear-gradient(#C86DD7, #3023AE);

	min-height: 100vh;
	margin: 0 auto;
	align-items: center;
	justify-content: center;

	background-position: top right;

	/* Background image doesn't tile */
	background-repeat: no-repeat;

	/* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
	background-attachment: fixed;

	/* This is what makes the background image rescale based
       on the container's size */
	background-size: cover;
}

#privacy-terms span {
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	margin-right: 20px;
}

#privacy-terms-title {
	font-size: 26px !important;
}

.about-div {
	text-align: left;
}

.about_subtitle {
	font-weight: bold;
	font-size: 14px !important;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}