
h1 {
    color: #fffa7a;
    font-weight: normal;
    font-size: 36px;
    
}

#title {
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 3px -1px #9e8900;
}

#Nutter {
	text-decoration-line: underline;
}



h2 {
  color: #fff95e;
}

h3{
	color:#fff84d;
}

h4{
	color:#fff730;
}

h5{
	color:#fff500;
}

h6{
	color:#cfc600;
}

p{
	color:#b5ad00;
}

li{
	color:#b5ad00;
}

body{
	background:#000000;
	font-family: monospace;
}

a{
	color:#fff86b;
}
