* {
	margin: 0;
	padding: 0;
}



@font-face {
	font-family: "daisywheel";
	src: url("https://file.garden/ZtNXqbPCZ1cAh6MT/daisywhl.otf");
}

body {
	background-color: #C1E1C1;
	font-family: "daisywheel";
	color: #9ddbf4;
	cursor: crosshair;
}

a {
	color: #9ddbf4;
}

a:hover {
	background-color: #efefef;
}

p {
	margin-bottom: 10px;
}

.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("https://i.postimg.cc/Vv5Nr4Cc/ai-piinnk-me.jpg");
	background-size: cover;
	background-position: center;
}

.stars {
	width: 150px;
	height: 128px;
	background-image: url("https://i.postimg.cc/XYzjKW46/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://i.postimg.cc/RVzhD4kc/lovesickdotcafe-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("https://i.postimg.cc/vBgTpB83/resized-803c4d91cc9db23b0c0570a5af8fb51e-png.png");
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-size: contain;
}

h1 {
	font-family: "daisywheel";
}

.text {
	position: absolute;
	margin-left: 275px;
	margin-top: 10px;
	width: 413px;
	height: 353px;
	overflow: auto;
	align-content: center;
}

.panda {
	background-image: url("https://i.postimg.cc/kXw1pXV5/6548a9859e3d9ef12e69fbe39af50d2f.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;
}