@charset "UTF-8";
/* CSS Document */
html {
	background-color:#F2F9FF;
	background-image:url("crab-transparent.png");
  	background-size: 300px;
	background-position: 83% -93%;
	background-repeat: no-repeat;
	
}
header {
	position: fixed;
	color: ##1C1C1C;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 30px;
	font-family: Graphik, sans-serif;
	letter-spacing: .6;
	line-height: 1.33;
	padding: 5em 0em 0em 4em;

}
p {
	position: fixed;
	color: ##1C1C1C;
	font-style: normal;
	font-variant: normal; 
	font-weight: 100;
	font-size: 12px;
	font-family: Graphik, sans-serif;
	letter-spacing: .6;
	line-height: 1.4;
	padding: 16em 0em 0em 10em;
}
sidebar {
	position: fixed;
	color: ##1C1C1C;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 22px;
	font-family: Futura, Helvetica, sans-serif;
	letter-spacing: 2.3px;
	line-height: 1.33;
	padding: 2.5em 0em 0em 4.4em;
	transform: rotate(90deg);
}
a:link {
	color:#1C1C1C;
	text-decoration: none;
	font-style: normal;
	font-variant: normal; 
	font-weight: 100;
	font-size: 12px;
}
a:hover {
  background-color: palegreen;
}
a:visited {
  color:#1C1C1C;
}
