body {
  font-family: system-ui;
  background: #f06d06;
  color: white;
  text-align: center;
}* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Besty";
	src: url("https://neverskipeggday.net/fonts/BlackWolf.ttf");
}

@font-face {
	font-family: "Daisywheel";
	src: url("https://willdotjpg.gay/fonts/daisywhl.otf");
}

body {
	background-image: url("https://i.imgur.com/ciTcFCe.png");
	font-family: "Daisywheel";
	color: #2c2c44;
	cursor: crosshair;
}

a {
	color: #d474d4;
}

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: #ffecfb;
}

.header {
	width: 680px;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	background-image: url("https://i.imgur.com/qFPWkrg.png");
	background-size: cover;
	background-position: center;
}


.bar {
	width: 680px;
	height: 50px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url("https://i.imgur.com/Q7Vt4Hn.png");
	align-content: center;
}
.bar a {
	margin-left: 30px;
	color: #2c2c44;
	text-decoration: none;
}

.bar a:hover {
	color: #dc94cc;
}

h1 {
	font-family: "Besty";
}

.img2 {
	background-image: url("https://i.imgur.com/0LKC4GX.png");
	height: 257px;
	width: 150px;
	position: absolute;
	margin-left: 540px;
	margin-top: 355px;
}