body {
	background-color: white;
}

ul { 
	list-style: none;
}

h1 {
	font-size: 85px; 
} 

p {
	font-size: 69px;
} 

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

a:hover{
	font-style: italic;
}

#title { 
	display: inline-block;
	position: fixed;
	margin-top: 650px;
	margin-left: -10px;
	color: orange;
	font-family: arial; 
	transform: rotate(-90deg);
	transform-origin: left top 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -5px;
	text-shadow: 1px 2px white, 2px 1px white;
	line-height: 5px;
}
#title:hover{
	color: white;
	text-shadow: 1px 2px orange, 2px 1px orange;
}

#white{
	display: inline-block;
	position: fixed;
	margin-top: 650px;
	margin-left: -10px;
	color: white;
	font-family: arial; 
	transform: rotate(-90deg);
	transform-origin: left top 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -5px;
	text-shadow: 1px 2px orange, 2px 1px orange;
	line-height: 5px;	
}
#white:hover{
	color: orange;
	text-shadow: 1px 2px white, 2px 1px white;
}

#studio {
	display: inline-block;
	position: fixed;
	margin-top: 0px;
	margin-left: 200px;
	color: pink;
	font-family: arial; 
	font-size: 69px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 2px white, 2px 1px white;
}
#studio:hover {
	color: white;
	text-shadow: 1px 2px pink, 2px 1px pink;
}

#lab {
	display: inline-block;
	position: fixed;
	margin-top: 75px;
	margin-left: 200px;
	color: lightgreen;
	font-family: arial; 
	font-size: 69px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 2px white, 2px 1px white;
}
#lab:hover{
	color: white;
	text-shadow: 1px 2px lightgreen, 2px 1px lightgreen;
}

#all {
	display: inline-block;
	position: fixed;
	margin-top: 150px;
	margin-left: 200px;
	color: lavender;
	font-family: arial; 
	font-size: 69px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 2px white, 2px 1px white;	
}
#all:hover{
	color: white;
	text-shadow: 1px 2px lavender, 2px 1px lavender;

}

#x{
	display: inline-block;
	position: fixed;
	margin-top: 225px;
	margin-left: 200px;
	color: orange;
	font-family: arial; 
	font-size: 69px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 2px white, 2px 1px white;	
}
#x:hover{
	color: white;
	text-shadow: 1px 2px orange, 2px 1px orange;	
}

#list {
	display: inline-block;
	position: fixed;
	margin-top: -71px;
	margin-left: 595px;
	font-family: arial;
	font-size: 69px;
	font-weight: bold;
	color: white;
	letter-spacing: 0;
	line-height: 62px;
	text-align: right;
}


