
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	color: #940054;
	background-color: #d3dcaa;
}

.page {
	background-color: #FDEFCF;
}

.outer {
	width: 900px;
	height: 700px;
	padding: 15px;
  border: 15px solid transparent;
  border-image: url(https://files.catbox.moe/65q57h.png) 30 round;
	background-color: #FDEFCF;
	margin: auto;
	background-image: url('https://files.catbox.moe/kb6hax.png');
  background-size: 6%;
  background-position: center;
  background-repeat: repeat;
}

.title {
	border: 3px solid white;
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('https://files.catbox.moe/50ovo3.png');
}

.site-title {
	font-family: 'Fredoka One', sans-serif;
	font-size: 110px;
	text-align: center;
	padding-left: 350px;
	padding-top: 30px;
	box-sizing: border-box;
	transform: rotate(5deg);
	background: -webkit-linear-gradient(#940054, #F6A1B6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	letter-spacing: 5px;
	animation: floatTitle 2s ease-in-out infinite;
}

@keyframes floatTitle {
	0% { transform: rotate(5deg) translateY(0); }
	50% { transform: rotate(5deg) translateY(-15px); }
	100% { transform: rotate(5deg) translateY(0); }
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px solid #FFBCBF;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 200px;
	background-image: url('/neocitiesbanner.png');
	background-size: cover;
	background-position: 20%;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 3px solid #fff;
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-image: url('https://files.catbox.moe/2fxjlw.png');
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
	background-color: #FFBCBF;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #FFBCBF;
	color: #FDEFCF;
	width: 200px;
	margin-top: 12px;
}

.friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #FFBCBF;
	color: #FDEFCF;
	text-decoration: none;
	padding: 3px;
}

.friends a:hover {
	text-decoration: underline;
}

.friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FDEFCF;
}

.friends1 {
  width: 185px;
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #FFBCBF;
	color: #FDEFCF;
	margin-top: 12px;
}

.friends1 a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #FFBCBF;
	color: #FDEFCF;
	text-decoration: none;
	padding: 3px;
}

.friends1 a:hover {
	text-decoration: underline;
}

.friends1 h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FDEFCF;
}

.small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.main {
	border: 1px solid #FFBCBF;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 490px;
	background: #FDEFCF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
	border: 1px solid #FFBCBF;
	width: 186px;
	height: auto;
	background: #FDEFCF;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #FFBCBF;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/avvy.png');
}

.menu a {
	border: 1px solid #FDEFCF;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FDEFCF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
	transition: font-style 0.2s;
}

.menu a:hover {
	font-style: italic;
}

.menu a:before { /* THE PINK PART OF THE MENU */
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	width: 31px;
	background: #FFBCBF url('https://files.catbox.moe/j5c29r.gif') center/contain no-repeat;
	border: 2px solid #FDEFCF;
	position: absolute;
	left: -1px;
	top: -1px;
	transition: transform 0.2s ease;
}

.menu a:hover:before {
	transform: scale(1.05);
}


img {
	max-width: 100%;
}

h1 {
	background: #FFBCBF;
	color: #FDEFCF;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #FFBCBF;
	border-bottom: 1px dashed #FFBCBF;
	letter-spacing: 2px;
	padding: 3px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: #FFBCBF;
	color: #FDEFCF;
}

a:link {
  color: #F599B4;
}

a:visited {
  color: #F599B4
}

a:hover {
  color: #940054;
}

a:active {
  color: #940054;
}

a:focus {
  color: #940054;
}