/*  My ASCII art

ooo        ooooo   .oooooo.                          
`88.       .888'  d8P'  `Y8b                            
 888b     d'888  888               /\.../\         
 8 Y88. .P  888  888              ( =^.^= )        
 8  `888'   888  888              /       \    PURR...   
 8    Y     888  `88b    ooo     /   ...   \            
o8o        o888o  `Y8bood8P'    \,,/     \,,/           

*/


* {
	margin: 0;
	padding: 0;
	text-align: left; 
	font-family: 'Oregano', cursive;
}

body {
	background-color: #01375e;
	color: white;
}

h1 {
	text-align: center;
	font-size: 3.5em;
	font-weight: lighter;
	color: #d7a204;
}

h2 {
	text-align: center;
	font-size: 2.5em;
	font-weight: lighter;
	color: #d6ba68;
}

h3 {
	font-size: 2em;
	font-weight: lighter;
	color: #d6ba68;
	margin-left: 2%;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #d7a204;
	margin-left: 4%;
	font-size: 1.5em;
	text-decoration: none;
}

a:hover {
	color: #21a0fb;
}

.current {
	color: #21a0fb;
}

p {
	font-size: 1.5em;
}

li {
	text-decoration: none;
}
