@charset UTF-8;
@import url(https://db.onlinewebfonts.com/c/2afe16b4e1a977f13d988de8a968ae7c?family=Starborn); 
@import url(https://db.onlinewebfonts.com/c/c962864b59207d6307d395256ae089d4?family=Video); 

html {
	background: url("sitegraphics/blueapple.png") fixed;
	background-size: 200px;
	cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat984.cur), auto !important;
}

#container {
	width: 700px;
	height: 700px;
	background: url("sitegraphics/stickerz.png"),
	url("sitegraphics/bg69.gif");
	background-size: 200px;
	margin: 3% auto;
	border-width: 15px;
    border-style: solid;
    border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/fp9ci4.png") 8 fill round;
	background-clip: padding-box;
}

header {
	display: block;
	margin: 2% auto;
	width: 500px;
	background: linear-gradient(80deg, #aae6ff, #4ba2ef);
	padding: 2px;
	text-align: center;
	border-radius: 10px;
	border: 5px double #3087e4;
}

header h1 {
	font-family: 'Starborn';
	background: -webkit-linear-gradient(30deg, #3087e4, #1f45ca);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.5px #1225a0;
}

#myeh {
	display: block;
	margin: 2% auto;
	width: 600px;
	height: 500px;
	overflow: auto;
	scrollbar-color: #ff84a1 #ffe2ed;
	scrollbar-width: thin;
}

.post {
	width: 550px;
	height: auto;
	margin: auto;
	margin-bottom: 3%;
	padding: 10px;
	border-radius: 10px;
	border: 5px double #3087e4;
	background: #dffaff;
	color: #4ba2ef;
	text-wrap: wrap;
}

.post p {
	font-family: 'Video';
	text-shadow: #4ba2ef 0 0 0.3em;
}

.post h2 {
	font-family: 'Starborn';
	text-align: center;
	text-shadow: #4ba2ef 0 0 0.3em;
}

.bleh {
	font-family: 'Starborn';
}

#sticker {
	position: absolute;
	left: 200px;
	top: 650px;
	width: 150px;
}

#keychain {
	position: fixed;
	right: 50px;
	top: 0;
	z-index: 10;
	-webkit-filter: drop-shadow(0 0 1em #1225a0);
	width: 70px;
}

.portrait {
	width: 100px;
	float: right;
	border: 3px double #3087e4;
	border-radius: 10px;
}

.image {
	width: 450px;
	display: block;
	margin: auto;
	border: 3px double #3087e4;
	border-radius: 10px;
}