* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Besty";
	src: url("https://willdotjpg.gay/fonts/Besty.ttf");
}

@font-face {
	font-family: "Daisywheel";
	src: url("https://willdotjpg.gay/fonts/daisywhl.otf");
}

body {
	background-color: #fa7a7a;
	font-family: "Daisywheel";
	color: #fa7a7a;
	cursor: crosshair;
}

a {
	color: #fa7a7a;
}

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

p {
	margin-bottom: 10px;
}

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

.header {
	width: 680px;
	height: 140px;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-image: url("https://files.catbox.moe/s70dcr.webp");
	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: 550px;
	margin-top: -75px;
	position: absolute;
	z-index: 1;
}

.bar {
	width: 680px;
	height: 50px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url("https://files.catbox.moe/4409cj.gif");
	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("https://files.catbox.moe/c5jr13.jpg");
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-size: contain;
}

h1 {
	font-family: "Besty";
}

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

.panda {
	background-image: url("https://willdotjpg.nekoweb.org/images/panda1.png");
	height: 257px;
	width: 150px;
	position: absolute;
	margin-left: 540px;
	margin-top: 355px;
}

.left {
	position: absolute;
	border: 1px solid #9ddbf4;
	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 #9ddbf4;
	height: 240px;
	width: 225px;
	margin-top: 375px;
	margin-left: 250px;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	align-content: center;
}