
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

.manufacturing-consent-regular {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}

.nova-square-regular {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
}

  /*updates box*/
  .box-status {            
  padding: 0.5em 1em;
  background: rgba(187, 244, 46, 1);
  color: #000;
  border-radius: 10px;
  max-height: 120px;
  overflow-y: scroll;
  }

mark {
    color: black;
    background-color: rgba(127, 80, 233, 1);
}


body {
	font-family: "Nova Square", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	background-color: white;
    background-image: url('https://lunariis.neocities.org/stars3.gif');
}

.page {
	background-color: black;
    color: white;
}

.outer {
	width: 900px;
	height: 700px;
	border: 1px solid #000;
	padding: 6px;
	background: #000;
	margin: auto;
}

.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
    text-align: center;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('img/2.png');
}

.site-title {
	font-family: 'Gloria Hallelujah', sans-serif;
    color: white;
	font-size: 30px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.site-subtitle {
	text-align: center;
    color:white;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 170px;
	background-image: url('https://lunariis.neocities.org/graphics/header.png');
	background-size: cover;
	background-position: 20%;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
    scrollbar-color: pink lightblue;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
    background: #BBF42E;
    background: linear-gradient(90deg, rgba(187, 244, 46, 1) 0%, rgba(249, 133, 28, 1) 25%, rgba(248, 81, 159, 1) 50%, rgba(152, 32, 198, 1) 75%, rgba(127, 80, 233, 1) 100%);
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 1px solid #000;
    font-family: "Manufacturing Consent", system-ui;
    font-size: large;
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-image: url('img/4.png');
	background-color: black;
}

.friends {
	display: inline-block;
	vertical-align: top;
    text-align: center;
	padding: 24px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 200px;
	margin-top: 12px;
}

.friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	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 #FFF;
}

.x-small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    color: white;
}

.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;
}

.profile {
	border: 1px solid #000;
	width: 186px;
	height: auto;
    background: #BBF42E;
    background: radial-gradient(circle, rgba(187, 244, 46, 1) 0%, rgba(249, 133, 28, 1) 25%, rgba(248, 81, 159, 1) 50%, rgba(152, 32, 198, 1) 75%, rgba(127, 80, 233, 1) 100%);
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('https://lunariis.neocities.org/graphics/pfprebirth.png');
    background-size: contain;
}

.buttons {
	border: 1px solid #000;
    text-align-last: center;
	width: 185px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/5.png');
}

.menu a {
	border: 1px solid #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 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 16px;
    font-family: "Manufacturing Consent", system-ui;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px;
	padding: 3px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: black;
	color: white;
}