﻿body {
	background-color: rgb(46, 46, 46);
	font-family: 'Open Sans', sans-serif;
	color: rgb(214, 214, 214);
	text-align:center;
}

h1 {
	font-size: 2em;
}

@media screen and (max-width: 767px) {
    h1 { font-size: 1.2rem; }
}

.green {
	color: rgb(214, 214, 214);
}

.blue {
	color: rgb(108, 153, 187);
}


.orange {
	color: rgb(204, 120, 51);
}

.purple {
	color: rgba(219,45,32,1);
}

a {
	color: rgb(204, 120, 51);
}

a:visited {
	color: rgb(204, 120, 51);
};