body{
	background-color: #fff1d5;
}

p{
  display: inline-block;
  position: fixed;
  top:10em;
  left: 25em;
  rotate: -90deg;
  font-family: 'Xanh Mono', monospace;
  font-size: 20px;
  margin-left: .5em;
  z-index: 1000;
}
@keyframes Home-flash{
	from{
		color: blue;
	}
	to{
		color: darkred;
	}
}
/*h1{
	position: absolute;
	right: 31vw;
	top: 91vh;
	animation-name:Home-flash;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: .5s;
	font-family: Amador, cursive;
	font-size: 40px;
}*/
#home{
	position: absolute;
	right: 32vw;
	top: 91vh;
	animation-name:Home-flash;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: .5s;
	font-family: 'UnifrakturMaguntia', cursive;
	font-size: 40px;
}
a{
	text-decoration:none;
}
a:visited{
	color: black;
	text-decoration:none;
}
a:hover{
	text-decoration: none;
	color: blue;
}
#scroll{
	scale: 200%;
	position: fixed;
	left: 60em;
	top: 30em;
	z-index: -100;
}