/*
    ____ ____ ____ ____ ____ _________ ____ ____ ____ 
   ||D |||R |||E |||A |||M |||       |||B |||I |||G ||
   ||__|||__|||__|||__|||__|||_______|||__|||__|||__||
   |/__\|/__\|/__\|/__\|/__\|/_______\|/__\|/__\|/__\|

*/

body {
	background-color: gold;

}


h1{
	font-family: courier new;
	font-size: 72pt;
	color: white;
	text-align: center;
}

ul{
	list-style-type: none;
	font-family: helvetica;
	font-size: 18pt;
}

h2{
	color:purple;
}

main{
	background-color: rgb(255, 255, 255);
    text-align: center;
	margin: 25px;
}

a:link{
	font-family: 'Courier New', Courier, monospace;
	font-size: 24pt;
	color: indigo;
}

a:hover{
	color: rgba(76, 0, 130, 0.479);
}
