html{
	background-color: #000000;
}

*{
	font-family: 'Roboto Mono'
}
h1{
	color:#68a5dc;
}
h2{
	color:#68a5dc;
}
p {
	color:#303d67;
	font-weight: 400;
}
a {
	font-weight:600;
	color: #68a5dc;
}
a:hover{
	color: white;
	text-decoration: line-through;
}
.a-scene {
  height: 300px;
  width: 600px;
}
h2 {
	color:white;
	text-decoration: dotted;
}

li{
	color: white;
}