@font-face { font-family: MochiyPop; src: url(https://files.catbox.moe/u54pww.ttf);	}
@font-face {
font-family:'PingWing';
src: url(https://dl.dropbox.com/s/5z5897hywveuh17/pingwing.ttf);
}
	
::selection {
	color: black;
	background: rgba(183, 193, 225, 0.5);
}
	
body {
	background-image: url(/img/polkadot.png);
	background-size: 100%;
	background-repeat: repeat;
	background-position: 25% center;
	font-family: ms gothic, monospace;
	font-size: 105%;
	color:  #3e3f41 ;
	padding: 15px;
	cursor: url('cursor.webp'), auto;
}

body img {
  filter: sepia(85%) hue-rotate(200deg) saturate(50%);
}
	
#container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  background-color: transparent;
  width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 30px solid #e0b8b8;
  border-image: url(img/lace_1.png) 60 round;
}

#top {
  padding: 10px;
  background-color: #EDF1FA;
  margin: 10px;
  border-radius: 5px 5px 0 0;
}

#top h1 {
  font-family: PingWing;
  font-size: 300%;
  padding: 10px;
  color: #8D9CCE;
}

#middle {
  display: flex;
  flex-direction: row;
}

#intro_left {
  background-color: #EDF1FA;
  height: 350px;
  width: 35%;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  font-size: 90%;
  overflow-y: auto;
}

#block_right {
  height: 370px;
  background-color: #8D9CCE;
  width: 65%;
  text-align: center;
  overflow-y: auto;
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
}

#doodle {
  background-color: #EDF1FA;
  background-image: url(/img/akr_card_edit.png);
  background-size: cover;
  height: 250px;
  border-radius: 5px 5px 0 0;
  filter: sepia(85%) hue-rotate(200deg) saturate(50%);
}

#misc {
  background-color: #EDF1FA;
  height: 200px;
  margin-top: 15px;
  overflow-y: auto;
}

#bottom {
  background-color: #EDF1FA;
  padding: 10px;
  height: 60px;
  margin: 10px;
  border-radius: 0 0 5px 5px;
  overflow-x: auto;
  white-space: nowrap;
}

#stamps img {
  filter: sepia(85%) hue-rotate(200deg) saturate(50%);
}