
@font-face {
	font-family: nintendo;
  src: url(https://x-squishy-mushroom-x.neocities.org/Nintendo-DS-BIOS.ttf);
}

body, html {
 background-image: url("https://x-squishy-mushroom-x.neocities.org/emo%20stuff/emo24.png");
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 12px;
	font-family: nintendo;
}

.page {
	padding: 12px;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hero {
	width: 400px;
	position: absolute;
	bottom: 90px;
	left: 30px;
}

iframe {
  background: #f9e5ee;
}

.content {
  background: #f9e5ee;
	height: 300px;
	width: 500px;
	position: absolute;
	bottom: 220px;
	left: 260px;
  	border: 3px double #000;
}

.menu a {
	padding: 5px;
	display: inline-block;
}

.menu {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 60px;
	left: 460px;
}

.blinkies {
  background: #f9e5ee;
	border: 3px double #000;
	width: 300px;
	height: 250px;
	position: absolute;
	bottom: 10px;
	left: 565px;
	overflow: auto;
}

.title {
	color: white;
	font-size: 36px;
	position: absolute;
	bottom: 530px;
	left: 260px;
}


h1, h2, h3, h4 {
	font-size: 12px;
	text-transform: all;
	letter-spacing: 0.5px;
}

h1 {
	background: white;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding-left: 4px;
}

h2 {
	border-left: 2px solid red;
	padding-left: 4px;
}