/*  CSS  for Project 1 */


/*  body styling */
body {font-family: 'Architects Daughter';}


h1 {text-align: center;}

.topic-sub-notes {margin: 30px}

.stage {
	background-color: #c7ecfd;
	border-radius: 15px;
	color: black;
	padding: 20px;
	font-weight: bolder;
	text-align: center;}
/*  Styling for the Titles */
.topic-title {
	background-color: #68D8FD;
	border-radius: 20px;
	color: black;
	padding: 15px;
	font-weight: bolder;}
/*  Styling for the notes */
.topic-notes {
	background-color: #0892d0;
	border-radius: 15px;
	color: white;
	padding: 20px;
	font-weight: bolder;
	letter-spacing: 2px}