@import url("../main.css");

body {
	background-color: #ffffff
	}

h1 {	text-align: center;
	font-size: 1.5em;
	color: #4477ff;
	font-weight: bold
	}

h2 {	color: #3366ff;
	font-size: 1.2em;
	font-weight: bold
	}

.example { 
	margin-left: 3%
	}

.footer {
	text-align: center
	}