body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #FFF;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.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;
}


a.title {
  text-decoration: none;
  color: #ee83b4;
	font-family: daydream;
	font-size: 36px;
	letter-spacing: -5px;
	position: absolute;
	bottom: 530px;
	left: 260px;
}

.hero {
	width: 400px;
	position: absolute;
	bottom: 0px;
	left: 25px;
}

iframe {
	border: 3px double #ee83b4;
}

.avatar {
	border: 3px double #ee83b4;
	float:left;
	width:150px;
	margin:0px 40px;
}

.content {
	height: 400px;
	width: 605px;
	position: absolute;
	bottom: 115px;
	left: 260px;
}

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

.menu {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 450px;
	text-align: center;
}

.ring {
    width:100px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left:350px;
    font-family: daydream;
    font-size:7px;
    text-align: center;
}

.blinkies {
	border: 3px double #ee83b4;
	width: 305px;
	height: 90px;
	position: absolute;
	bottom: 10px;
	left: 560px;	
	overflow: auto;
}

.title {
	color: #ee83b4;
	font-family: daydream;
	font-size: 36px;
	letter-spacing: -5px;
	position: absolute;
	bottom: 530px;
	left: 260px;
}

.column {
  float: left;
  width: 50%;
  column-rule: 10px;
}

h1, h2, h3, h4 {
	font-size: 1rem;
		letter-spacing: -1px;
}

h1 {
	border-top: 2px double #ee83b4;
	border-bottom: 2px double #ee83b4;
	padding-left: 4px;
}

h2 {
	border-left: 2px double #ee83b4;
	padding-left: 4px;
}
.neko {
    width:30px;
    height: 30px;
    position: absolute;
    bottom: 600px;
    left:865px;
}

@font-face {
  font-family: "daydream";
  src: url("https://crescentia.neocities.org/fonts/Daydream.ttf");}