body{background-image: url(../../Images/Tarot/back.jpg);}a {	text-decoration: none;}@font-face	{font-family: cards;	src: url("cardsmtc.otf")	}	@font-face	{font-family: cardsold;	src: url("cards21.ttf")	}	@font-face {font-family:harn;	src: url("HARNGTON.TTF");}					#cardIcons{font-family: cards; font-size: 40px;	background:#ffffff;}button {font-size: 25px;	border: none;	font-family: harn;margin-left:15px;padding-left:5px;padding-right:5px;background: #fcad26;	display: inline-block;	letter-spacing: 1px;outline: none;	position: relative;	-webkit-transition: all 0.3s;	-moz-transition: all 0.3s;	transition: all 0.3s;color: #000000;border-radius: 10px;}button:hover {background: #f29e0d;}button:active{background: #f58500;	top: 0px;	}#cardback{position: absolute;left:460px; top:65px; 	z-index: -2;}#cardtext {position: relative; width:30%;	margin-left:45%;margin-top:5%;	border: 4px solid #c2e1f5;	background: #88b7d5;	border-radius: 15px;	padding:1%;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size:20px;	color: navy;}#cardtext:after, #cardtext:before {right: 100%;	top: 50%;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;}#cardtext:after {border-color: rgba(136, 183, 213, 0);	border-right-color: #88b7d5;border-width: 30px;	margin-top: -30px;}#cardtext:before {border-color: rgba(194, 225, 245, 0);	border-right-color: #c2e1f5;border-width: 36px;	margin-top: -36px;}#ad {position:absolute;left:87%; top:10%;}