@font-face {
    font-family: 'Hysteric';
    src: url('fonts/Hysteric.woff2') format('woff2')    
}
@font-face {
    font-family: 'handwriting';
    src: url('fonts/myhandwriting.woff2.') format('woff2')
}

body {
	@font-face {font-family: Hysteric; src: urL('Hysteric.woff2');
	font-size: 12px;
	margin: 0;
	padding: 6px;
}

.outer {
	width: 900px;
	height: 800px;
	border: 1px solid #FFB7Ce;
	padding: 6px;
	background-image: url('background2.jpg');
	margin: auto;
}

.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('2.png');
}

.site-title {
	font-family: Hysteric,sans-serif;
	font-size: 60px;
	font-color: ;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.site-subtitle {
	font-family: handwriting,sans-serif;
	font size:50px;
	text-align: center;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 0.5px solid #001;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 170px;
	background-image: url(2000s.jpg);
	background-size: cover;
	background-position: 20%;
}

.scroller {
	font-family: handwriting;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 20px;
	background:#FFB7CE;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	font-family: handwriting;
	font-size:29px;
}

.friends {
	font-family: handwriting
	display: inline-block;
	text-align: center;
	}

.friends a {
	font-family:handwriting;
	font-size:19px;
	}

.friends a:hover {
	font-family:handwriting;
	text-decoration: underline;
}

.friends h2 {
	font-family: handwriting
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
}

.small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 590px;
	background-color:#FFB7Ce;
}

.main iframe {
	background-color:#FFB7Ce;
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
	font-family:handwriting;
	border: 1px solid #000;
	width: 180px;
	height: auto;
	background: #FFB7Ce;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 165px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('avatar.png');
}

.likes {


}

.menu a {
	border:1solid #FFF;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #000;
	border: 2px solid #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
}

img {
	max-width: 100%;
}

h1 {
	font-family: Hysteric;
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-family: handwriting;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}

p {
	font-family: handwriting;
	font-size:20px;

}
li {
	font-family:handwriting
}




/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-9/ani849.cur), auto !important;} /* End https://www.cursors-4u.com */