﻿
/* Logo styles */
#logo {
    background-color: #8DC63F;
    color: white;
	text-align:center;
	margin:0 auto;
}

/* Heading styles */
h1 {
    color: #8DC63F; 
}

.center, .text-center {
	text-align:center;
	margin:0 auto;
}