* {
	margin: 0;
	padding: 0;
}



body {
	background-color: #e4b3b1;
	font-family: "Inter", sans-serif;
	color: #efa7b1;
}

a {
	color: #efa7b1;
}

a:hover {
	background-color: #efefef;
}

p {
	margin-bottom: 10px;
}

marquee {
  color: #fff;
  text-shadow: 2px 2px 2px #4d0026;   
}

.main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 900px;
	background-color: #fff;
}

.header {
	width: 680px;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-image: url("bg.png");
	background-size: cover;
	background-position: center;
}

.stars {
	width: 150px;
	height: 128px;
	background-image: url("https://willdotjpg.nekoweb.org/templates/shirokuma/threestars_white2.png");
	margin-left: 100px;
	margin-top: 220px;
	position: absolute;
	z-index: 100;
}

.bar {
	width: 680px;
	height: 50px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url("chckr_bg.png");
	align-content: center;
}
.bar a {
	margin-left: 30px;
	color: #000;
	text-decoration: none;
}

.bar a:hover {
	color: #fff;
}

.side {
	width: 250px;
	height: 353px;
	background-image: url("/sleepy.gif");
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-size: contain;
}

h1 {
	font-family: "Inter" sans-serif;
	color: #ba737d;
}

.text {
	position: absolute;
	margin-left: 275px;
	margin-top: 10px;
	width: 413px;
	height: 353px;
	overflow: auto;
	align-content: center;
}

.panda {
	background-image: url("namazu.png");
	height: 257px;
	width: 150px;
	position: absolute;
	margin-left: 540px;
	margin-top: 355px;
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: center;
	align-items: center;
}

.left {
	position: absolute;
	border: 1px solid #efa7b1;
	height: 240px;
	width: 225px;
	margin-top: 375px;
	margin-left: 10px;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	align-content: center;
}

.right {
	position: absolute;
	border: 1px solid #efa7b1;
	height: 240px;
	width: 225px;
	margin-top: 375px;
	margin-left: 250px;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	align-content: center;
}
