/* 

Assignment 3
Demo

*/

body {
	font-size: 40px;
}

.demo-circle { 
	background: blue;
	border-radius: 50%;
}

.demo-square {
	background: red;
	border: inset 10px yellow;
}