html {
	background-color: #feff01;
	font-family: 'Oxanium', sans-serif;
	font-size: 17pt;
	position: relative;
	min-height: 100%;
	color: #000000;
	text-transform: uppercase;
}

body {
	margin: 0px;
}

p {
	width: 90%;
	margin: 1% auto;
}

img {	
	margin: 5px;
	padding: 0px;
}

td {
	width: 5%;
	margin: auto;
}

h3 {

	text-align: center;
	font-size: 25pt;
}

.navbar {
	z-index: 1;
	text-align: center;
	margin: auto;
	float: top;
	position: fixed;
	padding: 5px;
	width: 100%;
	background-color: #000000;
}

.navbar a {
	margin: 0 5%;
	color: #fe1f60;
	text-decoration: none;
}

.navbar a:hover {
	color: #00fee2;
}

.navbar img {
	height: 30px;
	margin: 0;
}

.tarotnav {
	vertical-align: 325px;
	color: #000000;
	display: inline-block;
	font-size: 50pt;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	padding: 5px;
}

.cardContent {
	width: 95%;	
	text-align: left;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 50px;
}

.cardContent img {
	width: 95%;
}

.quote {
	width: 75%;
	font-size: 13pt;
	text-align: center;
	margin: auto;
	text-decoration: italic;
}

.readingContent {
	float: center;
	position: relative;
	width: 95%;
	text-align: left;
	margin: auto;
}

.readingContent img {
	max-width: 30%;
}

.theme {
	float: right;
	position: relative;
	max-width: 50%;
	margin: 20px 5px;
}

.theme p {
	text-align: left;
	font-size: 15pt;
}

.title p{
	font-size: 20pt;
	text-align: center;
	margin: auto;
	text-decoration: bold;
}

.mainTheme {
	text-align: left;
	max-width: 60%;
	padding: 5px;
	border-radius: 10px;
	margin: auto;
}

.secTheme {
	text-align: left;
	max-width: 40%;
	padding: 10px;
	border-radius: 10px;
	margin: auto;
	text-transform: none;
}

.pageFooter {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	padding-top: 5px;
	font-size: 14pt;
	bottom: 0;
	color: #fe1f60;
	background-color: #000000;
}

.pageFooter p {
	text-align: center;
}

.pageFooter a {
	color: #fe1f60;
}

.pageFooter a:hover {
	color: #00fee2;
}

.secretReading {
	text-align: center;
	margin: 30px auto;
}

.secretReading img {
	max-height: 70%;
	max-width: 40%;
}
