@font-face {
    font-family: sazanami-gothic;
    src: url('/colors/resources/sazanami-gothic.woff');
}

.dimmedCard{
	opacity:0.5;
	filter:alpha(opacity=30);
}

.pagedollleft {
	position:relative;
	scale:50%;
	padding:0px;
	z-index:1;
	height:1px;
	width:1px;
	top: 407px;
	right: 1020px;
}

.pagedolltrading {
	position:relative;
	scale:50%;
	padding:0px;
	z-index:1;
	height:1px;
	width:1px;
	top: 450px;
	right: 1020px;
}

.pagedollright {
	position:relative;
	scale:50%;
	padding:0px;
	z-index:1;
	height:1px;
	width:1px;
	top:430px;
	right:50px;
}

body {
	background-image: url("https://i.imgur.com/R8HWHtx.png");
	background-repeat: no-repeat;
	background-color: hsla(216, 7%, 87%, 0.0);
	background-size:cover;
	overflow:scroll;
	/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
}

.header {
	display:flex;
	justify-content: center;
	height:70px;
	width:1000px;
	margin:auto;
	overflow:visible;
}

.header a {
  	font-family: sazanami-gothic;
	background-color: #818199;
	border: solid 6px #544e61;
	color: white;
	font-size:27px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:5px;
	margin-top:7px;
	cursor: pointer;
  	transition: 0.3s;
}

.header a:hover {
	background-color: #544e61;
	border: solid 9px #818199;
    /* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
  	   }
  	   
.content {
	font-family: sazanami-gothic;
	border: solid 6px #544e61;
	color: #544e61;
	background-color:hsla(216, 7%, 87%, 0.6);
	margin-top: 7px;
	height:250px;
	width:800px;
	overflow:hidden;
	font-size:15px;
}

.morecontent {
	font-family: sazanami-gothic;
	border: solid 6px #544e61;
	color: #544e61;
	background-color:hsla(216, 7%, 87%, 0.8);
	margin-top: 7px;
	height:606px;
	width:800px;
	overflow-y:scroll;
	overflow-x:wrap;
	font-size:15px;
}

.morecontent a {
	color:#818199;
	text-decoration: none;
	font-size:15px;
	cursor: pointer;
	transition: 0.3s;
}

.morecontent a:hover {
	color:#544e61;
	font-size:16px;
	/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
}

.info {
	display:flex;
	flex-direction:row;
	text-align:left;
	margin:10px;
	padding:10px;
}

.info > div {
	margin:7px;
	gap: 10px;
}

.info a {
	margin-left: 35px;
	color:#818199;
	text-decoration: none;
	font-size:16px;
	cursor: pointer;
	transition: 0.3s;
}

.info a:hover {
	color:#544e61;
	font-size:17px;
		/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
}

.moneys {
	display:flex;
	justify-content: flex-end;
	flex-grow:1;
	text-align:center;
}

.moneys > div {
	padding:0px;
	margin-top: 10px;
	gap:20px;
	
}

.moneys > div:nth-child(2) {
	padding:0px;
	margin-right: 50px;
}

.crayon {
    display:flex;
    justify-content: center;
	align-items: center;
	margin-top:-25px;
}

.evenmoreinfo {
	font-family: sazanami-gothic;
	background-color: hsla(216, 7%, 87%, 0.8);
	border-bottom: solid 6px #544e61;
	border-left: solid 6px #544e61;
	border-right: solid 6px #544e61;
	color: #544e61;
	height: 350px;
	width:800px;
	overflow-x:hidden;
	overflow-y:scroll;
	text-wrap:normal;
	font-size:15px;
}

.evenmoreinfo a {
	color:#818199;
	text-decoration: none;
	font-size:16px;
	cursor: pointer;
	transition: 0.3s;
}

.evenmoreinfo a:hover {
	color:#544e61;
	font-size:17px;
	/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
}

hr { 
	border: solid 3px #544e61;
}

h {
	font-size:20px;
	color: #818199;
	padding-bottom:2px;
}

h1 {
	font-size:25px;
	color: #818199;
	padding-bottom:2px;
}

footer {
	display:flex;
	justify-content: center;
	height:60px;
	width:1000px;
	margin:auto;
	overflow:visible;
}

footer a {
	font-family: sazanami-gothic;
	background-color: #818199;
	border: solid 3px #544e61;
	color: white;
	height:15px;
	font-size:14px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: 2px;
	margin-right: 3px;
	margin-top:7px;
	cursor: pointer;
  	transition: 0.3s;
}

footer a:hover {
	background-color: #544e61;
	border: solid 5px #818199;
	/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
  	   }
