
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-4/oth305.cur), auto !important;} /* End https://www.cursors-4u.com */

body {
	font-family: Noto Sans JP;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	background-image: url('polkadotsreddy.png');
  	background-color: #5F8B4C;
}

.page {
	background-color: white;
}

.outer {
	width: 900px;
	height: 700px;
	border: 1px solid #2f4526;
	border-style: dashed;
	padding: 6px;
	background-image: url('img/1.png');
	background-color: white;
	margin: auto;
}

.title {
	border: 1px solid #9c9e82;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('img/2.png');
}

.site-title {
	font-family: 'Noto Sans JP';
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px #dfe2ba;
}

.site-subtitle {
	text-align: center;

}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}

.gif {
    margin-left: 3px;
}

.banner {
	border: 1px solid #b59fa8;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 170px;
	background-image: url('banner1.jpg');
	background-size: cover;
	background-position: 80%;
	margin-left: 3px;
}

.scroller {
	border: 1px solid #FF8181;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	margin-left: 3px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
	color: #FF9A9A;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 1px solid #ed7062;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	box-sizing: border-box;
	background-image: url('img/4.png');
	background-color: white;
	width: 197px;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	box-sizing: border-box;
	background-image: url('heartbluey.png');
	background-color: #c0adb5;
	color: white;
	margin-top: 7px;
	width: 197px;
}

.friends a {
	display: flex;
	vertical-align: top;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	gap: 5px;
	font-size: 12px;
	font-weight: bold;
}

.friends a:hover {
	text-decoration: underline;
}

.friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	border-top: 2px dotted #FFF;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
	font-weight: bold;
}

.small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 197px;
}

.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 490px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}

.profile {
	border: 1px solid #a290b4;
	width: 188px;
	height: 320px;
	background: #FFF;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #b6a2cb;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/avvy.png');
}

.likes {
	border: 1px solid #a0ac80;
	width: 184px;
	height: 160px;
	margin-bottom: 12px;
	margin-top: 8px;
	background-image: url('gridbluey.png');
	background-color: #acb68f;
        display: flex;          
        justify-content: center;
        align-items: center;

}

.likes-gif {
    width: 70%;
    height: auto;
}

.menu a {
    height: 20px;
    line-height: 50px;
    width: 120px;
    display: inline-flex;
    gap: 14px;
    margin-bottom: 15px;
    color: #f08579;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
    font-family: Noto Sans JP;
    text-decoration: none;
    text-shadow: 1px 1px 1px #f08579;
    align-items: center;
}

.menu-gif {
    display: flex;
    margin-right: -1px;
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 3px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: black;
	color: white;
}